redis-om-node icon indicating copy to clipboard operation
redis-om-node copied to clipboard

Add expireAt

Open anthonyblond opened this issue 3 years ago • 2 comments

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().

anthonyblond avatar Jul 26 '22 08:07 anthonyblond

This would be very easy to add, I think. Might make a great first PR!

guyroyse avatar Aug 29 '22 15:08 guyroyse

I know this was attempted last year but I have opened a fresh PR to add the feature.

garrett-green avatar Sep 16 '23 21:09 garrett-green