-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Closed
Description
Currently, when a key expires during the active-expiry-cycle, notifications are sent at
Line 1455 in 5705cec
| notifyKeyspaceEvent(NOTIFY_EXPIRED,"expired",keyobj,db->id); |
I am working on a module that needs access to the value of the key immediately before the key is expired. It would be helpful if the notifications were either delivered first or delivered with the old value. Delivery before the actual deletion seems superior because it costs nothing when the subscriber does not need the old value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels