Socket
Book a DemoInstallSign in
Socket

po-redis

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

po-redis

Redis driver for persisted objects

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

po

FAQs

Package last updated on 12 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts