Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
in-memory database. It supports all Redis data types: string,
set, hash, list, zset, and pubsub.

Redis FDW packaged as a PostreSQL extension and can be used
for speed up I/O operations using Redis in-memory database.
