From b0fd6edeb07cbcd1ce97e66d23d968a7350dc61f Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 20 Feb 2024 12:35:04 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91598cd55..41a860179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Feature - enable DNS TCP fallback when UDP query timeout for `RoundRobinDnsAddre Improvement - cache result of `INFO REPLICATION` command for `RLock` objects -Fixed - `ReactiveKeyCommands.pExpire()` method throws an exception +Fixed - Spring Data Redis `ReactiveKeyCommands.pExpire()` method throws an exception Fixed - NPE is thrown by `RedisExecutor.handleError()` method Fixed - sharded pubsub detection for `Apache Tomcat Session Manager`, `RMapCache` and `RLocalCachedMap` objects Fixed - Redisson's threads aren't shutdown if Redis node address isn't defined From 1de99630c1c9ec747b32baaa8f956d74a70f805a Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 20 Feb 2024 12:36:29 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a860179..595d684a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and Feature - [client tracking](https://github.com/redisson/redisson/wiki/10.-additional-features/#109-client-tracking-listener) support. `TrackingListener` is available for `RBucket`, `RStream`, `RScoredSortedSet`, `RSet`, `RMap` and `RBucket` objects Feature - added `RKeys.addListener()` method to register global listeners -Feature - `FlushListener` is available for `RKeys` objects to track flushdb/flushall command invocation +Feature - `FlushListener` added to track flushdb/flushall command invocation Feature - `Kryo5Codec` constructor with `registrationRequired` parameter added Feature - `nettyExecutor` setting added Feature - enable DNS TCP fallback when UDP query timeout for `RoundRobinDnsAddressResolverGroupFactory` and `SequentialDnsAddressResolverFactory`