Pretty much a clone of redis-namespace for node.
npm install redis-namespace
Use this library just as you would redis
var redisNs = require('redis-namespace'),
var client = redisNs.createClient(namespace,port,host);
//carry on as normal
- Write Tests
- Goto 1