redis_fdw
Foreign data wrapper for querying a Redis server
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: redis_fdw : Foreign data wrapper for querying a Redis server
Information
- Extension ID: 8710
- Extension Name:
redis_fdw - Package Name:
redis_fdw - Category:
FDW - License: PostgreSQL
- Website: https://github.com/pg-redis-fdw/redis_fdw
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Unknown
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
redis_fdw_$v* - RPM Ver :
1.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-redis-fdw - DEB Ver :
1.0 - DEB Deps: N/A
Availability
Installation
Install redis_fdw via the pig CLI tool:
pig ext install redis_fdw
Install redis_fdw via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["redis_fdw"]}' # -l <cls>
Install redis_fdw RPM from YUM repo directly:
dnf install redis_fdw_17*;
dnf install redis_fdw_16*;
dnf install redis_fdw_15*;
dnf install redis_fdw_14*;
dnf install redis_fdw_13*;
Install redis_fdw DEB from APT repo directly:
apt install postgresql-17-redis-fdw;
apt install postgresql-16-redis-fdw;
apt install postgresql-15-redis-fdw;
apt install postgresql-14-redis-fdw;
apt install postgresql-13-redis-fdw;
Create redis_fdw extension on PostgreSQL cluster:
CREATE EXTENSION redis_fdw;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.