The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Postgredis

Build Status

Postgredis is a Postgres-Redis mashup written in Perl.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

For more documentation, see lib/Postgredis.pm.