发布于 2016-06-13 00:25:18 | 115 次阅读 | 评论: 0 | 来源: 网友投递
Redisson Redis客户端
Redisson 是基于Redis服务之上构建的分布式、可伸缩的Java数据结构,高级的Redis客户端。
Redisson 2.2.16 发布了,该版本改进日志如下:
Feature - RGeo
, RMultimapCache
added to RBatch
Feature - fastRemove
and fastRemoveAsync
methods were added to RList
Improvement - added Spring 4.3.0 support to RedissonSpringCacheManager
Improvement - RSortedSet
performance boost up to x4
Improvement - RList.remove
optimization
Improvement - ability to define Codec
for RRemoteService
Fixed - cluster state managing with redis masters only
Fixed - dead lock during RLock
, RSemaphore
, RReadWriteLock
, RCountDownLatch
usage under heavy load
下载地址: