redis-rb
redis-rb copied to clipboard
overwrite default `redis.new` config?
Is there a way to overwrite the default behavior of Redis.new
in a initializer? id like it to pass some default ssl_params
in, which would allow our devs to continue to use simply redis.new
and I could change the params based on the current rails env