Extensions / Foreign data wrappers
This extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | redis_fdw_rs |
|---|---|
| Version | 0.6.0 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 7 |
| Latest commit | 2026-06-10 |
| Latest release | 2026-06-08 |
| 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_link | Read-write PostgreSQL foreign data wrapper for Redis strings, hashes, and sets, with basic Redis Cluster support |
| 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 |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| async_response | PostgreSQL - Multiple asynchronous responses in one query |
| accel_ext | Fine-grained accelerator offload runtime that overlaps GPU, HSM, or inference work with other PostgreSQL requests. |