From 98f0d7c39e64ce18b1f9f604c4c3ee73d24701a0 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 8 Apr 2024 11:02:06 -0700 Subject: [PATCH] Update Redis version requirement --- docs/src/main/sphinx/connector/redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/connector/redis.md b/docs/src/main/sphinx/connector/redis.md index 2b3051cf01fa..bcd96cf93a54 100644 --- a/docs/src/main/sphinx/connector/redis.md +++ b/docs/src/main/sphinx/connector/redis.md @@ -18,7 +18,7 @@ string and hash types are supported. Requirements for using the connector in a catalog to connect to a Redis data source are: -- Redis 2.8.0 or higher (Redis Cluster is not supported) +- Redis 5.0.14 or higher (Redis Cluster is not supported) - Network access, by default on port 6379, from the Trino coordinator and workers to Redis.