I want to increment another key when a key expires in Redis, I found Redis Keyspace Notifications. However, it seems to only support client subsciptions. Is it possible to set an action on expiration in redis-server itself?
I want to increment another key when a key expires in Redis, I found Redis Keyspace Notifications. However, it seems to only support client subsciptions. Is it possible to set an action on expiration in redis-server itself?