Redisson v3.18.1 Release Notes
-
🔋 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
throwsCancellationException
continuously
🛠 Fixed -None of slaves were synced
error is thrown after failover during RLock acquisition
🛠 Fixed - AWS Elasticache cluster failover
🛠 Fixed -hRandFieldWithValues()
andhRandField()
methods of Spring Data Redis module throwClassCastException
🛠 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 usenameMapper
🛠 Fixed - connection leak after master failover