simple-redis-connection
v1.0.1
Published
Pass in a redis URI, get back a connection object.
Downloads
1
Maintainers
Readme
simple-redis-connection
Pass in a redis URI, get back a connection object.
var redisConn = require('simple-redis-connection')("redis://rediscloud:[email protected]:12345");
//now use the redis connection normally