select open change scope Open full search

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

Extensions / Features

redis_backed_storage

Experimental PostgreSQL table access method backed by Redis storage.

pgext.cloud · Source code · Documentation · Control file

Overview

Packageredis_backed_storage
Version0.0.0
PostgreSQL versions11 · 12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars1
Latest commit2024-02-16
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
undamUNDO storage table access method with in-place updates
pg_elephantduckColumnar PostgreSQL table access method powered by DuckDB and Parquet storage.
postgres_redissynchronize selected PostgreSQL table values to Redis with hooks and a background worker
pgkvRedis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions
pgtamExperimental in-memory PostgreSQL table access method implemented as a C extension.
redis_fdw_rsThis extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables.
append_only_heapPostgreSQL table access method that avoids fragmentation of variable-length append-only data.
csv_tamCSV table access method for PostgreSQL that stores table tuples in CSV-formatted relation files.
pg_redispubPublish channel messages from PostgreSQL to a local Redis server