File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-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.2.11.RELEASE (2020-10-28)
5
+ ----------------------------------------------
6
+ * DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot.
7
+ * DATAREDIS-1225 - Fix typos in reference documentation.
8
+ * DATAREDIS-1222 - DefaultStringRedisConnection#zRangeByLex(String, Range, Limit) ignores the limit parameter.
9
+ * DATAREDIS-1217 - Release 2.2.11 (Moore SR11).
10
+ * DATAREDIS-1214 - Get a NullPointerException when using the geodist command of redis.
11
+ * DATAREDIS-1212 - Reduce memory allocation when retrieving message content.
12
+
13
+
4
14
Changes in version 2.1.21.RELEASE (2020-10-28)
5
15
----------------------------------------------
6
16
* DATAREDIS-1236 - Release 2.1.21 (Lovelace SR21).
@@ -2155,5 +2165,6 @@ General
2155
2165
2156
2166
2157
2167
2168
+
2158
2169
2159
2170
You can’t perform that action at this time.
0 commit comments