Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 414 Bytes

node-redis-namespace

Pretty much a clone of redis-namespace for node.

Install

npm install redis-namespace

Use

Use this library just as you would node_redis

var redis_namespace = require('redis-namespace'),
    client = redis_namespace.createClient();
//carry on as normal

TODO

  1. Write Tests
  2. Goto 1