1.0.1 • Published 10 years ago
simple-redis-connection v1.0.1
simple-redis-connection
Pass in a redis URI, get back a connection object.
var redisConn = require('simple-redis-connection')("redis://rediscloud:somePassword@something.garantiadata.com:12345");
//now use the redis connection normally