Replies: 2 comments 2 replies
-
So, first of all, if someone from Ukraine requests a subkey expiration - we will deliver the subkey expiration! Seriously, it is on our roadmap. Roadblocks to this feature are not technical. We need design partners for this feature to make a high quality work.
|
Beta Was this translation helpful? Give feedback.
-
That's great! Indeed, it is better to plan everything thoroughly, so no hurry. |
Beta Was this translation helpful? Give feedback.
-
KeyDB has this interesting feature called subkey expiration for SET and HASH data types.
Is it:
The EXPIREMEMBER command
KeyDB implements subkey expires with a new command, EXPIREMEMBER. This command takes in a key along with a subkey and an expire time, and removes just the subkey from the data structure mapped to the key at the specifiied time leaving the rest of the value intact.
10 seconds later
Blog post with more details:
https://docs.keydb.dev/blog/2021/06/08/blog-post/
Beta Was this translation helpful? Give feedback.
All reactions