Skip to content

Add support for GETEX and GETDEL through imperative and reactive …ValueOperations #2050

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

Closed
mp911de opened this issue Apr 19, 2021 · 0 comments
Assignees
Labels

Comments

@mp911de
Copy link
Member

mp911de commented Apr 19, 2021

Add support in BoundValueOperations, imperative and reactive …ValueOperations and on the connection level.

On the operations level we could have:

V getAndExpire(K key, long timeout, TimeUnit unit);

V getAndExpire(K key, Duration timeout);

V getAndPersist(K key);

V getAndDelete(K key);

See https://redis.io/commands/getex and https://redis.io/commands/getdel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants