Extensions / Foreign data wrappers
Read-write PostgreSQL foreign data wrapper for Redis strings, hashes, and sets, with basic Redis Cluster support
pgext.cloud · Source code · Documentation · License text · Control file
| Package | redis_link |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 9 |
| Latest commit | 2024-10-12 |
| Catalogue updated | 2026-08-30 |
| redis_fdw | Foreign data wrapper for querying a Redis server |
| redis | Send redis pub/sub messages to Redis from PostgreSQL Directly |
| redis_fdw_rs | This extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables. |
| postgres_redis | synchronize selected PostgreSQL table values to Redis with hooks and a background worker |
| redis_backed_storage | Experimental PostgreSQL table access method backed by Redis storage. |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |
| pg_redispub | Publish channel messages from PostgreSQL to a local Redis server |
| pg_readonly | cluster database read only |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| accel_ext | Fine-grained accelerator offload runtime that overlaps GPU, HSM, or inference work with other PostgreSQL requests. |