From a9cddc510453348f95fb2c02024272d3f6f6f7c7 Mon Sep 17 00:00:00 2001 From: polaris6 Date: Fri, 17 Jun 2022 11:03:12 +0800 Subject: [PATCH] Refining the Redis types in doc --- docs/src/main/sphinx/connector/redis.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/sphinx/connector/redis.rst b/docs/src/main/sphinx/connector/redis.rst index 6339db41ffc9..1cb5269ca321 100644 --- a/docs/src/main/sphinx/connector/redis.rst +++ b/docs/src/main/sphinx/connector/redis.rst @@ -12,8 +12,8 @@ used to join data between different systems like Redis and Hive. Each Redis key/value pair is presented as a single row in Trino. Rows can be broken down into cells by using table definition files. -Only Redis string and hash value types are supported; sets and zsets cannot be -queried from Trino. +Currently, only Redis key of string and zset types are supported, only Redis value of +string and hash types are supported. Requirements ------------