File tree 1 file changed +20
-0
lines changed
1 file changed +20
-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.5.0-M5 (2021-03-17)
5
+ ----------------------------------------
6
+ * #2002 - Upgrade to Lettuce 6.1.0 RC1.
7
+ * #1999 - Upgrade to Jedis 3.5.2.
8
+ * #1998 - JedisClusterZSetCommands. reverseRangeByLex parameter order issue.
9
+ * #1997 - Update build to force snapshot updates.
10
+ * #1996 - Consider target type when calling getAllOf(…).
11
+ * #1995 - @TypeAlias used in sub objects only works for save not load.
12
+ * #1991 - Accept cluster nodes without hostname.
13
+ * #1986 - Use Jedis SetParams.KEEPTTL instead of injecting byte[] args.
14
+ * #1985 - Empty IP address in cluster nodes output causes Hostname must not be empty or null.
15
+ * #1982 - Improved performance of Bucket.extract().
16
+ * #1979 - No enum constant io.lettuce.core.protocol.CommandType.GIS.CONTAINS.
17
+ * #1964 - Reference documentation shows usage of deprecated code.
18
+ * #1794 - ifAbsent support with ZsetOperations [DATAREDIS-1235].
19
+ * #1711 - Add support to Redis Streams using Jedis Client [DATAREDIS-1140].
20
+ * #526 - Add support for microseconds using TIME.
21
+
22
+
4
23
Changes in version 2.4.6 (2021-03-17)
5
24
-------------------------------------
6
25
* #2001 - Upgrade to Lettuce 6.0.3.
@@ -2330,5 +2349,6 @@ General
2330
2349
2331
2350
2332
2351
2352
+
2333
2353
2334
2354
You can’t perform that action at this time.
0 commit comments