Extensions / Replication and streams
synchronize selected PostgreSQL table values to Redis with hooks and a background worker
pgext.cloud · Source code · Documentation · License text · Control file
| Package | postgres_redis |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | postgres_redis |
| Stars | 1 |
| Latest commit | 2024-04-09 |
| Catalogue updated | 2026-08-30 |
| redis | Send redis pub/sub messages to Redis from PostgreSQL Directly |
| redis_fdw | Foreign data wrapper for querying a Redis server |
| redis_link | Read-write PostgreSQL foreign data wrapper for Redis strings, hashes, and sets, with basic Redis Cluster support |
| redis_backed_storage | Experimental PostgreSQL table access method backed by Redis storage. |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| redis_fdw_rs | This extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables. |
| pg_redispub | Publish channel messages from PostgreSQL to a local Redis server |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |