redis-namespaces

0.1.1 • Public • Published

node-redis-namespaces

Originally forked from https://github.com/arschles/node-redis-namespace

Pretty much a clone of redis-namespace for node.

Install

npm install redis-namespaces

Use

Use this library just as you would node_redis

var redis_namespaces = require('redis-namespaces');

var client = redis_namespaces.createClient(prefix, port, host, opts);

// Carry on as normal

Package Sidebar

Install

npm i redis-namespaces

Weekly Downloads

91

Version

0.1.1

License

none

Last publish

Collaborators

  • squallstar