Back
Redis Wrapper
Overview
Redis is an open-source in-memory data store used as a distributed cache, key-value database, and message broker. It supports rich data structures including strings, hashes, lists, sets, sorted sets, and streams, with optional durability and sub-millisecond latency at scale.
The Redis Wrapper brings your Redis data into Postgres as queryable foreign tables. Query lists, sets, hashes, sorted sets, and streams with plain SQL and join them against your application data. Read-only, and works with Supabase Vault for secure connection URL management.
Supported Data Types
| Redis Type | Postgres Type |
|---|---|
| list | text, jsonb |
| set | text, jsonb |
| hash | text, jsonb |
| zset | text, jsonb |
| stream | text, jsonb |
Resources
Details
Third-party integrations and docs are managed by Supabase partners.