-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ValueOperation setIFAbsent with expiry for key #2730
Comments
I'm not sure I follow. Are you referring to |
exactly, and I am not talking about the timeout but about an expiry for the key itself |
The |
Sorry this was a mistake on my side. You are absolutely right. At some point I probably was checking the wrong documentation. Thanks for checking |
I already ran into the problem of not being able to set an expiry time for a key when using the
setIfAbsent
method for theValueOperation
multiple times now.What do you think about adding the possibility to set the expiry time when using
setIfAbsent
ValueOperation
?It is possible to execute this directly by doing the following, but not directly using the
ValueOperation
:The text was updated successfully, but these errors were encountered: