File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-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.0.RC2 (2020-04-28)
5
+ -----------------------------------------
6
+ * DATAREDIS-1132 - Upgrade to Netty 4.1.49.Final.
7
+ * DATAREDIS-1128 - Improve test stability.
8
+ * DATAREDIS-1127 - JedisConnectionFactory getSentinelConnection method fails if first sentinel host in the list of sentinel hosts is down/unreachable.
9
+ * DATAREDIS-1124 - Release 2.3 RC2 (Neumann).
10
+ * DATAREDIS-1122 - Add support for MAXLEN attribute of XADD.
11
+ * DATAREDIS-1119 - Complete the Redis Stream Operations.
12
+ * DATAREDIS-1118 - Provide support to change the RedisCacheWriter on the RedisCacheManager.RedisCacheManagerBuilder.
13
+ * DATAREDIS-1112 - Upgrade to Lettuce 5.3.
14
+ * DATAREDIS-1106 - Phantom key not removed when deleting an item.
15
+
16
+
4
17
Changes in version 2.2.7.RELEASE (2020-04-28)
5
18
---------------------------------------------
6
19
* DATAREDIS-1132 - Upgrade to Netty 4.1.49.Final.
@@ -1966,3 +1979,4 @@ General
1966
1979
1967
1980
1968
1981
1982
+
You can’t perform that action at this time.
0 commit comments