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 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