Back
Redis Wrapper

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 TypePostgres Type
listtext, jsonb
settext, jsonb
hashtext, jsonb
zsettext, jsonb
streamtext, jsonb

Resources

Details

DeveloperSupabase
Websiteredis.io
DocumentationLearn

Third-party integrations and docs are managed by Supabase partners.

Get started with Redis Wrapper and Supabase.