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

Redisson 3.23.1 现已发布,这是一个 Java 编写的 Redis 客户端,具备驻内存数据网格(In-Memory Data Grid)功能,并获得了 Redis 的官方推荐。

此版本更新内容如下:

Improvement

  • 减少了RLiveObjectService对象的关键事件订阅范围。现在它使用 key-space 通道
  • 减少了RLocalCachedMap对象的关键事件订阅范围。现在它使用 key-space 通道

Fixed

  • 在应用程序运行期间,无法识别通过 Spring Native application.properties 文件定义的编解码器
  • Redisson 启动期间retryAttempt设置未被应用的问题
  • 无法构建 Quarkus 2/3 native image
  • 未知属性quarkus.redisson.*在 quarkus 中的警告
  • Quarkus application.properties 文件中定义的 Redisson 设置无法在 native mode 下使用

更新说明:https://github.com/redisson/redisson/releases/tag/redisson-3.23.1

猜你喜欢

转载自www.oschina.net/news/249851/redisson-3-23-1-released