node-sidekiq
node-sidekiq copied to clipboard
Update redis version to ~2.8
I wanted to initialize using a Redis URL, redis.createClient(redis_url[, options]), as seen on https://www.npmjs.com/package/redis. It took me a while to realize this package is using a very old version that didn't support it.