发布于 2016-07-01 00:29:32 | 109 次阅读 | 评论: 0 | 来源: 网友投递
Redisson Redis客户端
Redisson 是基于Redis服务之上构建的分布式、可伸缩的Java数据结构,高级的Redis客户端。
Redisson 2.2.17 发布了,该版本改进日志如下:
Feature - RMultimap.keySize
method added
Feature - RKeys.getType
method added
Feature - RKeys.getKeysByPattern
method with count param added
Improvement - RedissonMultiLock.lock
method optimization
Feature - RedissonRedLock
implemented
Fixed - RMapCache.delete
doesn't delete redisson__idle__set__
Fixed - integer comparison in EvictionScheduler
Fixed - ByteBuf leak (thanks to jackygurui)
Fixed - RTopic.addListener
method worked asynchronous sometimes
Fixed - ClastCastException occurred if multi-type PubSub channels were used with single
connection
Fixed - PubSub status message decoding
Fixed - RLock.lock can hang in some cases
Fixed - PubSub subscription may stuck in some cases
Fixed - return value of RedissonMultimap.keySet.size
method
下载地址: