Skip to content

Add support for GETEX and GETDEL through getAndExpire(…), getAndPersist(…) and getAndDelete(…) methods #2086

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
wants to merge 4 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Jun 14, 2021

We now support Redis 6.2 GETEX and GETDEL commands through the Template API and on the connection level for all drivers.

Closes #2050

@mp911de mp911de added the type: enhancement A general enhancement label Jun 14, 2021
@mp911de mp911de requested a review from christophstrobl June 14, 2021 13:35
mp911de and others added 4 commits June 28, 2021 08:31
…st(…) and getAndDelete(…) methods.

We now support Redis 6.2 GETEX and GETDEL commands through the Template API and on the connection level for all drivers.
Original Pull Request: #2086
Original Pull Request: #2086
christophstrobl pushed a commit that referenced this pull request Jun 28, 2021
…st(…) and getAndDelete(…) methods.

We now support Redis 6.2 GETEX and GETDEL commands through the Template API and on the connection level for all drivers.

Closes: #2050
Original Pull Request: #2086
christophstrobl added a commit that referenced this pull request Jun 28, 2021
Original Pull Request: #2086
christophstrobl added a commit that referenced this pull request Jun 28, 2021
Original Pull Request: #2086
@christophstrobl christophstrobl deleted the issue/2050 branch June 28, 2021 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for GETEX and GETDEL through imperative and reactive …ValueOperations
2 participants