|
1 | 1 | Spring Data Redis Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 2.5.3 (2021年07月16日) |
| 5 | +------------------------------------- |
| 6 | +* #2122 - Upgrade to redis/jedis driver 3.6.2. |
| 7 | +* #2119 - Upgrade to Lettuce 6.1.4. |
| 8 | +* #2116 - Introduce factory methods to configure `LettuceConnectionFactory` from `RedisURI`. |
| 9 | +* #2103 - Cannot connect to Redis Sentinel using database greater 0 through Jedis. |
| 10 | +* #2088 - Add support for ZMSCORE and ZPOPMIN/ZPOPMAX commands. |
| 11 | + |
| 12 | + |
4 | 13 | Changes in version 2.5.2 (2021年06月22日)
|
5 | 14 | -------------------------------------
|
6 | 15 | * #2093 - Upgrade to Jedis 3.6.1.
|
@@ -2445,5 +2454,6 @@ General
|
2445 | 2454 |
|
2446 | 2455 |
|
2447 | 2456 |
|
| 2457 | + |
2448 | 2458 |
|
2449 | 2459 |
|
0 commit comments