From 3a3efbd47eb80b65b7f8d25175c5d18a3ce086cd Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 16 May 2024 14:08:56 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6792d101..dcda683e2 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,14 @@ [Quick start](https://github.com/redisson/redisson#quick-start) | [Documentation](https://github.com/redisson/redisson/wiki/Table-of-Content) | [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) | [Code examples](https://github.com/redisson/redisson-examples) | [FAQs](https://github.com/redisson/redisson/wiki/16.-FAQ) | [Report an issue](https://github.com/redisson/redisson/issues/new) Based on high-performance async and lock-free Java Redis client and [Netty](http://netty.io) framework. -Supported JDK: 1.8 ... 21 and Android -Supported Redis: 3.0 ... 7.2 +Supported JDK: 1.8 - 21 and Android + ## Features * Thread-safe implementation -* [Valkey](https://valkey.io) compatible +* [Redis](https://redis.io) 3.0 - 7.2 compatible +* [Valkey](https://valkey.io) 7.2.5+ compatible * Compatible with different Redis deployment types * [Redis Proxy](https://github.com/redisson/redisson/wiki/2.-Configuration/#29-proxy-mode) * [Redis Multi-Cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#210-multi-cluster-mode)