You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the following use case: Every time a certain key expires, we need to get notified and do something, based on it's value. But when redis fires the expired event, the key was already removed from the db when we try to access it later on, which is expected of course. Sometimes it's useful to do something based on value once an expire notification is received, but at this point key (and value) is deleted and there is no way to get this expired value. Can we please have this functionality added in Valkey as additional feature?
Description of the feature
Valkey would send the value along with the key which is expired on TTL expired event notification