Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions
| Package | pgkv |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | Yes |
| Relocatable | No |
| Schema | pgkv |
| Latest release | 2025-11-07 |
| Catalogue updated | 2026-07-30 |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| kv_fdw | Foreign data wrapper for key-value storage backed by RocksDB/VidarDB. |
| redis | Send redis pub/sub messages to Redis from PostgreSQL Directly |
| redis_fdw | Foreign data wrapper for querying a Redis server |
| hstore | data type for storing sets of (key, value) pairs |
| redis_backed_storage | Experimental PostgreSQL table access method backed by Redis storage. |
| jsonb_opx | hstore-style functions and operators for jsonb |
| jsonb_delete | hstore-style delete function and operator for jsonb |
| istore | Integer-to-integer key/value store for analytic workloads. |
| redis_link | Read-write PostgreSQL foreign data wrapper for Redis strings, hashes, and sets, with basic Redis Cluster support |