We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69842e commit fd1152cCopy full SHA for fd1152c
config/initializers/redis.rb
@@ -0,0 +1,2 @@
1
+# https://devcenter.heroku.com/articles/connecting-heroku-redis#connecting-in-rails
2
+$redis = Redis.new(url: ENV["REDIS_URL"], ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE })
0 commit comments