Skip to content
Snippets Groups Projects
Unverified Commit 422df9d6 authored by Takeshi Umeda's avatar Takeshi Umeda Committed by GitHub
Browse files

Fix cache redis not being used (#16131)

parent 7da104eb
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ cache_namespace = namespace ? namespace + '_cache' : 'cache'
REDIS_CACHE_PARAMS = {
driver: :hiredis,
url: ENV['REDIS_URL'],
url: ENV['CACHE_REDIS_URL'],
expires_in: 10.minutes,
namespace: cache_namespace,
}.freeze
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment