Update CHANGELOG.md

2.x.x
Nikita Koksharov 6 years ago committed by GitHub
parent a0dc8f19fb
commit 3e151c7a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@ Feature - [decodeInExecutor](https://github.com/redisson/redisson/wiki/2.-Config
Feature - `lockAsync` and `tryLockAsync` methods with threadId param added to RedissonMultiLock object
Improvement - default values of `nettyThreads` and `threads` settings set to `32` and 16` respectively
Improvement - Redis nodes with empty names in cluster config should be skipped
Fixed - `RFuture.cause()` method should return CancellationException and not throw it
Fixed - continues handling of RedisLoadingException leads to excessive load
Fixed - slave's connection pools are not initialized when it back from failover
Fixed - Buffer leak during failover and RBatch object execution

Loading…
Cancel
Save