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

Object mapping, and more, for Redis and Node.js. Written in TypeScript.

Results 88 redis-om-node issues
Sort by recently updated
recently updated
newest added

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

enhancement
good first issue

Prior to this change, a pull request would trigger two CI runs, due to the push and pull_request settings being unqualified. After this, merges to main will run a full...