You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The table below highlights version compatibility of the most-recent library versions and Redis versions. Compatibility means communication features, and Redis command capabilities.
40
41
@@ -45,6 +46,7 @@ The table below highlights version compatibility of the most-recent library vers
45
46
| >= 4.0 | Version 5.0 to 7.2 Family of releases | 8, 11, 17 |
46
47
| >= 5.0 | Version 6.0 to current | 8, 11, 17, 21 |
47
48
| >= 5.2 | Version 7.2 to current | 8, 11, 17, 21 |
49
+
| >= 6.0 | Version 7.2 to current | 8, 11, 17, 21 |
48
50
49
51
## Getting started
50
52
@@ -54,7 +56,7 @@ To get started with Jedis, first add it as a dependency in your Java project. If
0 commit comments