redis session custom ttl for expiring when job is done
redis session custom ttl for expiring when job is done
Redis package of NodeJS. I want custom TTL (Time To Live) for expiring when the job is done, without affecting the user logged in.
There is an option for disabling the TTL. Is says "but keys will stay in Redis until evicted by other means (overrides TTL). "
What exactly does it mean evicted by other means?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
other means - no by Redis, but by command sent to Redis such as DEL.
– dima golovin
Aug 15 at 7:12