0.1.1 • Published 9 years ago

redis-namespaces v0.1.1

Weekly downloads
114
License
-
Repository
github
Last release
9 years ago

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