File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data Redis Changelog
22===========================
33
4+ Changes in version 2.3.5.RELEASE (2020-10-28)
5+ ---------------------------------------------
6+ * DATAREDIS-1238 - Upgrade to Lettuce 5.3.5.RELEASE.
7+ * DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot.
8+ * DATAREDIS-1225 - Fix typos in reference documentation.
9+ * DATAREDIS-1222 - DefaultStringRedisConnection#zRangeByLex(String, Range, Limit) ignores the limit parameter.
10+ * DATAREDIS-1218 - Release 2.3.5 (Neumann SR5).
11+ * DATAREDIS-1214 - Get a NullPointerException when using the geodist command of redis.
12+ * DATAREDIS-1212 - Reduce memory allocation when retrieving message content.
13+
14+
415Changes in version 2.2.11.RELEASE (2020-10-28)
516----------------------------------------------
617* DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot.
@@ -2166,5 +2177,6 @@ General
21662177
21672178
21682179
2180+
21692181
21702182
You can’t perform that action at this time.
0 commit comments