Postgredis

[![Build Status](https://travis-ci.org/bduggan/Postgredis.svg?branch=master)](https://travis-ci.org/bduggan/Postgredis)

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.