redisson-4.6.1
Fixed - ConnectionsHolder init-connection double release (thanks to @yipeng09)
Fixed - AsyncSemaphore.tryRun() over-increment on cancelled waiters (thanks to @yipeng09)
Fixed - AsyncSemaphore race condition
Fixed - non-cluster lazy initialization can park caller threads indefinitely (thanks to @yipeng09)
Fixed - RedissonReactiveSubscription.unsubscribe() throws UnsupportedOperationException
Fixed - RLocalCachedMap sharded subscription mode uses PSUBSCRIBE unconditionally
Fixed - Spring Data Redis 4.1 RedissonReactiveStringCommands throws exceptions
Fixed - FT.SEARCH/FT.AGGREGATE don't work in master nodes round robin in Redis Cluster (thanks to @wushiyuanmaimob)