Redisson 3.22.0 现已发布,这是一个 Java 编写的 Redis 客户端,具备驻内存数据网格(In-Memory Data Grid)功能,并获得了 Redis 的官方推荐。
此版本更新内容如下:
Feature
- Spring Data Redis 3.1.0 实现
- Spring Boot 3.1.0 支持
- firstEntry() 和 lastEntry()
- 为 RScoredSortedSet 对象添加了 lastEntry()、firstEntry()、pollLastEntries()、pollFirstEntries()、entryIterator()、rankEntry()、revRankEntry()方法
- RCountDownLatch、RLock、RPermitExpirableSemaphore、RSemaphore对象在 Redis Cluster 7.0+ 中使用 sharded PubSub
- 添加 slavesSyncTimeout、commandMapper、sslCiphers、sslTrustManagerFactory、sslKeyManagerFactory 设置
- 增加了 RMultimap.fastRemoveValue() 方法
- 在 SerializationCodec 中添加了 allowedClasses 设置
- RStream.createGroup() 方法中加入了 entriesRead 和 makeStream 参数
Breaking change
- RCountDownLatch、RLock、RPermitExpirableSemaphore、RSemaphore 对象现在在 Redis Cluster 7.0+ 中使用 sharded PubSub
Fixed
- 带有 RIndex 注释的过期 LiveObjects 保留索引数据
- RRingBuffer 没有正确实现 expire()、expireAt()、delete()、clearExpire() 方法
- RLocalCachedMap 本地缓存在实例过期后没有被清除
更新说明:https://github.com/redisson/redisson/releases/tag/redisson-3.22.0