redis/redis-om-node

Add expireAt

Open

#120 opened on Jul 26, 2022

 (2 comments) (0 reactions) (0 assignees)TypeScript (85 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,256 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide