sruf

Results 1 issues of sruf

```` var kue = require('kue'); kue.createQueue({ redis: { socket: '/path/to/redis_sock', }, }); ```` throws an unhandled exception: "ReplyError: ERR invalid DB index" This is due to changes in lib/redis.js introduced...