| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-18 | 701 Bytes | |
| redisson-4.6.1 source code.tar.gz | 2026-06-18 | 3.0 MB | |
| redisson-4.6.1 source code.zip | 2026-06-18 | 6.5 MB | |
| Totals: 3 Items | 9.4 MB | 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)