From d5eae591e99a24057bfb9284604a23b8a1e4071a Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 27 Dec 2018 16:10:09 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5164179..8af5eab90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Feature - Hibernate Region Factories with JNDI support Feature - ability to use Environmental Variables in config files Feature - Spring Data Redis 2.1.x support added Feature - Spring Data Redis 2.x and 2.1 integrations support `ReactiveRedisTemplate` +Feature - Support of [Different monitoring systems](https://github.com/redisson/redisson/wiki/14.-Integration-with-frameworks#1410-statistics-monitoring-jmx-and-other-systems) Improvement - RGeo.radius methods use GEORADIUS_RO and GEORADIUSBYMEMBER_RO commands Improvement - restored implementation of DnsAddressResolverGroupFactory Improvement - RedisConnectionClosedException removed