Redisson 2.7.0 和 3.2.0 发布了,Redisson 是基于 Redis 服务之上构建的分布式、可伸缩的 Java 数据结构,高级的 Redis 客户端。该版本更新内容如下:
功能:
Spring Session implementation
Tomcat Session Manager implementation
RDelayedQueue object added
RBlockingFairQueue object added
`RSortedSet.readAll` and `RQueue.readAll` methods added
修复:
`RMap.getAll` doesn't not preserve the order of elements
Wrong nodes parsing in result of cluster info command
NullPointerException in CommandDecoder.handleResult
Redisson shutdown status should be checked during async command invocation
软件详情:https://github.com/redisson/redisson/commit/19899acd8a9e3bac73c271f6f919526fc4bbf847
下载地址:https://github.com/redisson/redisson/
来自:开源中国社区

