From 80b880a3c0fb6ec28472b4829df2d2e326933d76 Mon Sep 17 00:00:00 2001 From: Oscar Besga Arcauz Date: Wed, 9 Aug 2023 10:03:48 +0200 Subject: [PATCH] Compatible JDK for JEDIS libraries in README (minor) (#3478) Co-authored-by: Chayim --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b379424023..21abd49869 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,11 @@ The most recent version of this library supports redis version [5.0](https://git The table below highlights version compatibility of the most-recent library versions and Redis versions. Compatibility means communication features, and Redis command capabilities. -| Library version | Supported redis versions | -|-----------------|--------------------------------| -| 3.9+ | 5.0 and 6.2 Family of releases | -| >= 4.0 | Version 5.0 to current | + +| Library version | Supported redis versions | JDK Compatibility | +|-----------------|-------------------|-------------------| +| 3.9+ | 5.0 and 6.2 Family of releases | 8, 11 | +| >= 4.0 | Version 5.0 to current | 8, 11, 17 | ## Getting started