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

软件资讯 软件资讯 发布于 2年前 121 浏览 0 回复

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

此版本更新内容如下:

Fixed

  • 如果没有指定RLock实例,它可以用之前的leaseTime获取lock。
  • 如果定义了MapLoader,RMap.computeAsync()方法会导致死锁
  • RBoundedBlockingQueue.offer()方法总是使用 global codec
  • Spring Boot clientName设置未被使用
  • 如果Spring Boot 2.4.0+,connectTimeout设置不正确
  • 如果在CommandEncoder中抛出异常,则命令回复不匹配
  • BLMPOP命令的空结果导致IndexOutOfBoundsException
  • 在某些情况下,取消的 blocking 操作不会被立即中断
  • RStream.read()和RStream.readGroup()方法在timeout>0和<1000毫秒时永远挂起。
  • 如果readThrough=true,CacheLoader.loadAll()方法不会被JCache.getAll()方法调用。
  • Kryo5Codec Serializers 在GraalVM native image 模式下无法工作。
  • Kryo5Codec无法正确解码LinkedHashMap和LinkedHashSet对象。
  • NameMapper没有应用于RFunction和RScript对象。
  • 在Redis集群模式下,用RBatch对象调用RFunction.callAsync()方法会产生MOVED错误。
  • RFunction.loadAndReplace()方法使用不正确的命令参数
  • codec、nettyHook、addressResolverGroupFactory、connectionListener设置不能通过Quarkus或Helidon配置来定义
  • RFunction.load()方法使用不正确的命令参数
  • 空的 RTopic 消息处理

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



为您推荐相关文章:

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

  • Apache bRPC 1.11.0 发布
  • VirtualBox 7.1.4 发布
  • Python 3.14.0 Alpha 1 发布
  • Elasticsearch 8.15.3 发布
  • Spring Data 2024.1.0 RC1 发布
  • DBeaver 24.2.3 发布