select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Replication and streams

pg_redispub

Publish channel messages from PostgreSQL to a local Redis server

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_redispub
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars4
Latest commit2015-10-06
Catalogue updated2026-08-30

Related extensions

See also

redisSend redis pub/sub messages to Redis from PostgreSQL Directly
redis_fdwForeign data wrapper for querying a Redis server
pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
amqpPublish messages to AMQP brokers from PostgreSQL
redis_linkRead-write PostgreSQL foreign data wrapper for Redis strings, hashes, and sets, with basic Redis Cluster support
pgnatsNATS messaging integration with publish, subscribe, JetStream, key-value, and object store SQL APIs
postgres_redissynchronize selected PostgreSQL table values to Redis with hooks and a background worker
redis_backed_storageExperimental PostgreSQL table access method backed by Redis storage.
pgkvRedis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions
redis_fdw_rsThis extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables.
kafkaProduce messages to Apache Kafka from PostgreSQL