redis-om-node
redis-om-node copied to clipboard
Add expireAt
Related to https://github.com/redis/redis-om-node/issues/35
It is currently possible to set the (relative) TTL using expire(). It would be useful to be able to set it to an absolute time, calling redis.expireAt().
This would be very easy to add, I think. Might make a great first PR!
I know this was attempted last year but I have opened a fresh PR to add the feature.