Replies: 1 comment
-
close, duplicated with #13785 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a redis entry is e.g.
DEL MY_KEY
or the TTL expires, the same push message is sent to redis clients.Is there a way to differentiate when a command
DEL
'd the entry vs whenTTL
of the entry expired?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions