Redisson 3.6.2 和 2.11.2 已发布,两者的更新内容一样,具体如下。
Redisson PRO 性能改进,包含以下 performanceMode
值:
HIGHER_THROUGHPUT
– up to 25% performance growth
LOWER_LATENCY_AUTO
– up to 100% performance growth
LOWER_LATENCY_MODE_2
– up to 100% performance growth
LOWER_LATENCY_MODE_1
– up to 100% performance growth
其他变更
Feature – new values added to performanceMode
setting
Feature – lockAsync
and unlockAsync
methods added to RedissonMultiLock
Feature – RMapCache.remainTimeToLive
method added
Feature – Config.addressResolverGroupFactory
setting added (thanks @hai Saadon)
Improvement – UpdateMode.AFTER_REQUEST
update mode optimization in tomcat session manager
Improvement – removed ByteBuf object usage during collection iteration
Fixed – Unable to send command
error under heavy load using Redisson PRO
Fixed – expire
, expireAt
and clearExpire
commands aren’t implemented properly for RBloomFilter
, RDelayedQueue
, RFairLock
, RLocalCachedMap
and RPermitExpirableSemaphore
object
Fixed – Redis clients duplication during discovering ip change of hostname
Fixed – tomcat session renewal in tomcat session manager
Fixed – failedAttempts
setting should be applied to Slave nodes only
下载地址
https://github.com/redisson/redisson/releases/tag/redisson-3.6.2
https://github.com/redisson/redisson/releases/tag/redisson-2.11.2
转自 http://www.oschina.net/news/93935/redisson-3-6-2-and-2-11-2-released