Experimental PostgreSQL table access method backed by Redis storage.
pgext.cloud · Source code · Documentation · Control file
| Package | redis_backed_storage |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 1 |
| Latest commit | 2024-02-16 |
| 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 |
| undam | UNDO storage table access method with in-place updates |
| pg_elephantduck | Columnar PostgreSQL table access method powered by DuckDB and Parquet storage. |
| postgres_redis | synchronize selected PostgreSQL table values to Redis with hooks and a background worker |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |
| pgtam | Experimental in-memory PostgreSQL table access method implemented as a C extension. |
| redis_fdw_rs | This extension allows PostgreSQL to directly query and manipulate Redis data as if it were regular PostgreSQL tables. |
| append_only_heap | PostgreSQL table access method that avoids fragmentation of variable-length append-only data. |
| csv_tam | CSV table access method for PostgreSQL that stores table tuples in CSV-formatted relation files. |
| pg_redispub | Publish channel messages from PostgreSQL to a local Redis server |