Replies: 1 comment
-
DF did not implement keyspace notifications yet. I do not know how popular this feature is. When we gather enough feedback from the community we will decide on how to implement it. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can be out of date, but as i know in redis, when you monitor for key expirations, you only get the key, not the value, see redis/redis#1876 and https://stackoverflow.com/questions/18328058/redis-notifications-get-key-and-value-on-expiration
I never understood why this as never been implemented in redis as an option. My keys have small values (i.e < 500 bytes).
Does dragonflydb provide value of expiring key ? ty
Beta Was this translation helpful? Give feedback.
All reactions