po-redis

0.0.1 • Public • Published

po-redis

Redis server for PO.

Installation

$ npm install po-redis

Example

var Client = require('./redis-client');
var client = new Client;
var po = require('po')(client);
var conf = po('config');

License

MIT

/po-redis/

    Package Sidebar

    Install

    npm i po-redis

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • tjholowaychuk