You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for GETEX and GETDEL through getAndExpire(…), getAndPersist(…) 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
Copy file name to clipboardExpand all lines: src/main/asciidoc/new-features.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This section briefly covers items that are new and noteworthy in the latest rele
7
7
== New in Spring Data Redis 2.6
8
8
9
9
* Support for `SubscriptionListener` when using `MessageListener` for subscription confirmation callbacks. `ReactiveRedisMessageListenerContainer` and `ReactiveRedisOperations` provide `receiveLater(…)` and `listenToLater(…)` methods to await until Redis acknowledges the subscription.
10
-
* Support Redis 6.2 commands (`LPOP`/`RPOP` with `count`, `COPY`).
10
+
* Support Redis 6.2 commands (`LPOP`/`RPOP` with `count`, `COPY`, `GETEX`, `GETDEL`).
0 commit comments