From cadbcd7b3ab22e2dcee0a49d04d4875b28b02a44 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 23 May 2022 11:04:59 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02477a35..a9090a553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Feature - Spring Data Redis 2.7.0 module added Feature - `RPatternTopic.removeAllListenersAsync()` method added Feature - `RShardedTopic` object added (requires Redis 7.0+) Feature - allow to specify username and password in redis connection url +Feature - JCache data partitioning with local cache support Fixed - "Can't add slave" exceptions after fail over in cluster mode Fixed - "Unable to acquire subscription" error after connection interruption