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 1
1
Spring Data Redis Changelog
2
2
===========================
3
3
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
+
4
15
Changes in version 2.2.11.RELEASE (2020-10-28)
5
16
----------------------------------------------
6
17
* DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot.
@@ -2166,5 +2177,6 @@ General
2166
2177
2167
2178
2168
2179
2180
+
2169
2181
2170
2182
You can’t perform that action at this time.
0 commit comments