File tree 1 file changed +12
-0
lines changed
1 file changed +12
-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.4.6 (2021-03-17)
5
+ -------------------------------------
6
+ * #2001 - Upgrade to Lettuce 6.0.3.
7
+ * #1998 - JedisClusterZSetCommands. reverseRangeByLex parameter order issue.
8
+ * #1997 - Update build to force snapshot updates.
9
+ * #1991 - Accept cluster nodes without hostname.
10
+ * #1982 - Improved performance of Bucket.extract().
11
+ * #1979 - No enum constant io.lettuce.core.protocol.CommandType.GIS.CONTAINS.
12
+ * #1964 - Reference documentation shows usage of deprecated code.
13
+
14
+
4
15
Changes in version 2.3.8.RELEASE (2021-03-17)
5
16
---------------------------------------------
6
17
* #1991 - Accept cluster nodes without hostname.
@@ -2329,5 +2340,6 @@ General
2329
2340
2330
2341
2331
2342
2343
+
2332
2344
2333
2345
You can’t perform that action at this time.
0 commit comments