Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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