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
2 changes: 1 addition & 1 deletion docs/catalog/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Redis Wrapper allows you to read data from Redis within your Postgres databa

## Supported Redis Data Types

All Redis value will be stored as `text` or `jsonb` column in Postgres, below are the supported Redis data types:
All Redis values will be stored as `text` or `jsonb` columns in Postgres, below are the supported Redis data types:

| Redis Type | Foreign Table Type (src_type) |
| ------------------- | ----------------------------- |
Expand Down
Loading