Ttl touch in KeyValue store #1503
-
Is it possible to touch a key to update the expiration date of an entry. I was hoping to avoid the extra data traffic. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
derekcollison
Dec 19, 2023
Replies: 1 comment
-
Not yet, but we have been considering this such that the KV can act as a LRU of sorts. Right now would need to get and re-put the value. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
derekcollison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not yet, but we have been considering this such that the KV can act as a LRU of sorts.
Right now would need to get and re-put the value.