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 11Spring Data Redis Changelog
22===========================
33
4+ Changes in version 2.4.0-RC2 (2020-10-14)
5+ -----------------------------------------
6+ * DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot.
7+ * DATAREDIS-1226 - Add support for xClaimJustId.
8+ * DATAREDIS-1225 - Fix typos in reference documentation.
9+ * DATAREDIS-1223 - Upgrade to Lettuce 6.0 GA.
10+ * DATAREDIS-1222 - DefaultStringRedisConnection#zRangeByLex(String, Range, Limit) ignores the limit parameter.
11+ * DATAREDIS-1219 - Release 2.4 RC2 (2020.0.0).
12+ * DATAREDIS-1214 - Get a NullPointerException when using the geodist command of redis.
13+ * DATAREDIS-1103 - Support new KEEPTTL option of the SET operation.
14+ * DATAREDIS-729 - Support reverseRangeByLex and lexCount commands.
15+
16+
417Changes in version 2.4.0-RC1 (2020-09-16)
518-----------------------------------------
619* DATAREDIS-1215 - Upgrade to Lettuce 6.0-RC2.
@@ -2124,5 +2137,6 @@ General
21242137
21252138
21262139
2140+
21272141
21282142
You can’t perform that action at this time.
0 commit comments