redis-rb
redis-rb copied to clipboard
Fix #950
This is an attempt to address #950.
It's probably not a good idea to grep pieces of the default REDIS_URL when it's present. The REDIS_URL could be used when no options are given: Redis::Client.new({})
Thoughts?