dwyl / redis-connection

:zap: Single Redis Connection that can be used anywhere in your node.js app and closed once (e.g in tests)
45 stars 12 forks source link

Expire objects? #25

Closed alexdrans closed 7 years ago

alexdrans commented 8 years ago

Is it possible to get an auto expiry using this module? :question:

nelsonic commented 8 years ago

Hi @alexdrans, are you referring to setting a TTL for a specific Key in your Redis store? see: https://github.com/NodeRedis/node_redis/blob/3c2e6b4a839a084390d493a168e69ffee412e616/test/commands/setex.spec.js#L26