redisson-3.18.1
版本发布时间: 2022-11-30 18:49:07
redisson/redisson最新发布版本:redisson-3.35.0(2024-08-22 17:53:49)
Feature - Spring Data Redis 3.0.0 module added
Fixed - PubSub subscription in cluster sometimes doesn't apply to all nodes
Fixed - command replies don't match if connection pool size < 10 and at least one command failed
Fixed - RLock
throws CancellationException
continuously
Fixed - None of slaves were synced
error is thrown after failover during RLock acquisition
Fixed - AWS Elasticache cluster failover
Fixed - hRandFieldWithValues()
and hRandField()
methods of Spring Data Redis module throw ClassCastException
Fixed - trySetPermitsAsync()
method of RPermitExpirableSemaphore object shouldn't allow to overwrite the number of permits if value == 0 (thanks @kscaldef)
Fixed - RKeys
object doesn't use nameMapper
Fixed - connection leak after master failover