File tree 1 file changed +12
-0
lines changed
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.5.2 (2021-06-22)
5
+ -------------------------------------
6
+ * #2093 - Upgrade to Jedis 3.6.1.
7
+ * #2091 - Upgrade to Lettuce 6.1.3.
8
+ * #2087 - Fix result sorting using Redis repository query methods.
9
+ * #2079 - RedisCache synchronises all get(key, valueLoader) calls.
10
+ * #2078 - `LettuceStreamCommands.xRevRange` uses async dedicated connection.
11
+ * #2069 - Bump xstream from 1.4.16 to 1.4.17.
12
+ * #2055 - Add support for BitFieldSubCommands that generate multiple bit operations using non-chaining methods.
13
+
14
+
4
15
Changes in version 2.4.10 (2021-06-22)
5
16
--------------------------------------
6
17
* #2092 - Upgrade to Lettuce 6.0.6.
@@ -2433,5 +2444,6 @@ General
2433
2444
2434
2445
2435
2446
2447
+
2436
2448
2437
2449
You can’t perform that action at this time.
0 commit comments