Add 7.2 to supported Redis versions (#1367)

This commit is contained in:
Igor Malinovskiy
2023-09-13 18:47:35 +02:00
committed by GitHub
parent b1d3255ed9
commit d88153b63e
+1 -1
View File
@@ -14,7 +14,7 @@ More details about this project can be found on the [frequently asked questions]
## Main features ##
- Support for Redis from __3.0__ to __7.0__.
- Support for Redis from __3.0__ to __7.2__.
- Support for clustering using client-side sharding and pluggable keyspace distributors.
- Support for [redis-cluster](http://redis.io/topics/cluster-tutorial) (Redis >= 3.0).
- Support for master-slave replication setups and [redis-sentinel](http://redis.io/topics/sentinel).