Redisson 3.20.0 已发布,这是一个 Java 编写的 Redis 客户端,具备驻内存数据网格(In-Memory Data Grid)功能,并获得了 Redis 的官方推荐。
此版本更新内容如下:
Feature
- 新的多集群模式,支持 AWS Redis Global Datastore 和 Azure Redis Cache active-passive replication
- 代理模式支持 RLEC Active-Active 数据库
- 为 replicated servers mode 增加了monitorIPChanges 设置
- 在 replicated mode 下自动检测不可用的主机
Fixed
- 如果没有一个从机被同步的错误发生,RLock 只能由单个 redisson 节点获得。
- RSetMultimapReactive.get()方法抛出ClassCastException
- Redisson在Spring Boot Native镜像中无法启动
- RedissonClient.shutdown(long, long, TimeUnit)方法没有被 cluster、replicated 和 sentinel managers 重写。
- 节点尚未被发现的错误没有通过 RBatch 和 RLock 对象的 new attempt 所解决
- RMapCache.addAndGet()方法不能正确处理Long类型
- 不能通过YAML配置定义eventLoopGroup、connectionListener和executor设置
- 如果storeMode == LOCALCACHE,RLocalCachedMap的keySet(), values(), entrySet()方法返回空结果
更新说明:https://github.com/redisson/redisson/releases/tag/redisson-3.20.0