File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data Redis Changelog
22===========================
33
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+
423Changes in version 2.4.6 (2021-03-17)
524-------------------------------------
625* #2001 - Upgrade to Lettuce 6.0.3.
@@ -2341,5 +2360,6 @@ General
23412360
23422361
23432362
2363+
23442364
23452365
You can’t perform that action at this time.
0 commit comments