-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Closed
Description
Currently, WATCH in a multi-exec transaction will ignore expired keys. So if a key that was previously being watched is expired and deleted from Redis, WATCH will not consider it at all... There is a TCL test for this behavior
However, this behavior doesn't seem to make a lot of sense to me. If I am watching an item and the item gets deleted from Redis, I would want to be notified... Anyone know the reason behind this behavior in Redis?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels