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.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+
415Changes in version 2.4.10 (2021-06-22)
516--------------------------------------
617* #2092 - Upgrade to Lettuce 6.0.6.
@@ -2433,5 +2444,6 @@ General
24332444
24342445
24352446
2447+
24362448
24372449
You can’t perform that action at this time.
0 commit comments