Extensions / Replication and streams
Publish channel messages from PostgreSQL to a local Redis server
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_redispub |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 4 |
| Latest commit | 2015-10-06 |
| 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 |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| amqp | Publish messages to AMQP brokers from PostgreSQL |
| redis_link | Read-write PostgreSQL foreign data wrapper for Redis strings, hashes, and sets, with basic Redis Cluster support |
| pgnats | NATS messaging integration with publish, subscribe, JetStream, key-value, and object store SQL APIs |
| 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 |
| redis_fdw_rs | This extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables. |
| kafka | Produce messages to Apache Kafka from PostgreSQL |