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",