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
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