select open change scope Open full search

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

Extensions / Replication and streams

postgres_redis

synchronize selected PostgreSQL table values to Redis with hooks and a background worker

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

Overview

Packagepostgres_redis
Version0.0.0
PostgreSQL versions11 · 12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariespostgres_redis
Stars1
Latest commit2024-04-09
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
redis_linkRead-write PostgreSQL foreign data wrapper for Redis strings, hashes, and sets, with basic Redis Cluster support
redis_backed_storageExperimental PostgreSQL table access method backed by Redis storage.
pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
redis_fdw_rsThis extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables.
pg_redispubPublish channel messages from PostgreSQL to a local Redis server
pgkvRedis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions