Remove namespacing in cache config

This commit is contained in:
Matt-Yorkley
2021-05-29 12:00:52 +01:00
parent 11da025247
commit 03a078a3a0
3 changed files with 0 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ Openfoodnetwork::Application.configure do
config.cache_store = :redis_cache_store, {
driver: :hiredis,
url: ENV.fetch("OFN_REDIS_URL", "redis://localhost:6379/0"),
namespace: "cache",
expires_in: 90.minutes
}
end

View File

@@ -45,7 +45,6 @@ Openfoodnetwork::Application.configure do
config.cache_store = :redis_cache_store, {
driver: :hiredis,
url: ENV.fetch("OFN_REDIS_URL", "redis://localhost:6379/0"),
namespace: "cache",
reconnect_attempts: 1
}

View File

@@ -45,7 +45,6 @@ Openfoodnetwork::Application.configure do
config.cache_store = :redis_cache_store, {
driver: :hiredis,
url: ENV.fetch("OFN_REDIS_URL", "redis://localhost:6379/0"),
namespace: "cache",
reconnect_attempts: 1
}