redisson-3.26.1
版本发布时间: 2024-02-12 19:37:46
redisson/redisson最新发布版本:redisson-3.35.0(2024-08-22 17:53:49)
Feature - enable DNS TCP fallback on UDP query timeout (thanks to @hellojukay)
Feature - StreamMessageId.autogenerateSequenceId()
method added (thanks to @mrmx)
Feature - RLockReactive.isHeldByThread()
method added (thanks to @sanail)
Fixed - missed implementation of Spring Data Redis ReactiveStringCommands.bitField()
method
Fixed - Spring Data Redis opsForCluster().randomKey()
method throws UnsupportedOperationException
Fixed - JCache.close()
method throws IllegalStateException
if statistics enabled
Fixed - doubled connections to the master node if readMode = MASTER_SLAVE
or there are no slave nodes
Fixed - RSearch.delDict()
and RSearch.addDict()
methods throw NPE
Fixed - connection ping handler doesn't use commandTimeout
setting
Fixed - repeated new connections with AWS Elasticache serverless
Fixed - RLock
throws ERR unknown command 'wait'
with AWS Elasticache serverless
Fixed - RSearchReactive.dropIndex()
method doesn't call onComplete() handler