#Redis - Listen to the TTL expiration of a key

1 messages · Page 1 of 1 (latest)

pale horizon
#

Hello,
I am currently using redis via the CacheModule.
I would like to know if there is a way to listen to the TTL expiration of keys whose name starts with "user:"?
If I understand correctly, there is a "notify-keyspace-events" parameter that should allow this?

Versions used:
"redis": "3.1.2",
"cache-manager-redis-store": "^2.0.0",

pale horizon
#

up