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

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

此版本更新内容如下:

Feature

  • 为事务性 RSetCache 和 RSet 对象实现了 touch()、unlink() 和 delete() 方法
  • 事务性 RBucket、RMap、RMapCache、RSetCache、RSet 对象支持 expire()、expireAt() 和 clearExpire() 方法
  • 添加了 ExecutorOptions.idGenerator() 设置
  • 将任务 id 添加到 RExecutorService 接口的方法

Fixed

  • 在 Spring Data Redis 2.7 中使用 RedisMessageListenerContainer 重复订阅
  • NameMapper 两次应用于事务性 RBucket
  • 某些 Quarkus 环境变量会清除通过配置文件设置的所有 Redisson 属性
  • RJsonBucket.delete() 方法不起作用
  • RExecutorService.submitAsync(Callable, long, TimeUnit) 方法抛出 ClassCastException
  • 锁定 synced slaves check
  • 如果 result 是 list 的 list,反应式脚本命令会抛出ClassCastException
  • RBatch.getJsonBucket() 方法应返回 RJsonBucketAsync 接口

详情可查看:https://github.com/redisson/redisson/releases/tag/redisson-3.17.5

猜你喜欢

转载自www.oschina.net/news/204294/redisson-3-17-5-released