Redisson 3.20.0 发布,官方推荐的 Redis 客户端

软件资讯 软件资讯 发布于 1年前 69 浏览 0 回复

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



为您推荐相关文章:

  • Redisson 3.20.1 发布,官方推荐的 Redis 客户端
  • Redisson 3.21.0 发布,官方推荐的 Redis 客户端
  • 官方推荐的 Redis 客户端 Redisson 3.23.2 版本发布
  • Redis 客户端 Redisson 3.23.3 版本发布
  • Redisson 3.21.1 发布,官方推荐的 Redis 客户端
  • 同类文章推荐:

  • PHP 获得来自 STF 的 20 万欧元投资
  • Node.js v22 正式发布
  • Ubuntu 24.04 LTS 正式发布
  • nginx 1.26.0 稳定版发布,实验性支持 HTTP/3
  • NetBSD 9.4 发布
  • Apache Tomcat 10.1.23 发布