Skip to content

Commit

Permalink
Refining the Redis types in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
polaris6 authored and ebyhr committed Jun 17, 2022
1 parent 983488e commit a9cddc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/redis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit a9cddc5

Please sign in to comment.