File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Redis Changelog
2
2
===========================
3
3
4
+ Changes in version 2.3.3.RELEASE (2020-08-12)
5
+ ---------------------------------------------
6
+ * DATAREDIS-1199 - Upgrade to Lettuce 5.3.3.
7
+ * DATAREDIS-1195 - DefaultRedisCacheWriter.putIfAbsent may not set the TTL if the connection drops.
8
+ * DATAREDIS-1191 - Redis repository returns empty object instead of Optional.Empty().
9
+ * DATAREDIS-1190 - Cluster rename fails when targetKey already exists on target node.
10
+ * DATAREDIS-1189 - No subscription retry when using a connection pool.
11
+ * DATAREDIS-1188 - Release 2.3.3 (Neumann SR3).
12
+
13
+
4
14
Changes in version 2.4.0-M2 (2020-08-12)
5
15
----------------------------------------
6
16
* DATAREDIS-1199 - Upgrade to Lettuce 5.3.3.
@@ -2083,5 +2093,6 @@ General
2083
2093
2084
2094
2085
2095
2096
+
2086
2097
2087
2098
You can’t perform that action at this time.
0 commit comments