From 7e025de48128c3de9071cc8b935a8be2a081d0d9 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 2 Aug 2024 08:20:20 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f75e373a8..404dc732f 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Based on high-performance async and lock-free Java Redis client and [Netty](http * Thread-safe implementation * JDK 1.8+ compatible * Android compatible -* [Redis](https://redis.io) 3.0 - 7.4 compatible -* [Valkey](https://valkey.io) 7.2.5+ compatible +* [Redis](https://redis.io) compatible - from 3.0 up to the latest version +* [Valkey](https://valkey.io) compatible - from 7.2.5 up to the latest version * Supported deployment types * [Proxy](https://github.com/redisson/redisson/wiki/2.-Configuration/#29-proxy-mode) * [Multi-Cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#210-multi-cluster-mode)