npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

po-redis

0.0.1

@tjholowaychuk

npmSnykSocket
Downloads:70
$ npm install po-redis
DailyWeeklyMonthlyYearly

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