Skip to content
Snippets Groups Projects
Commit 4a428e1d authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed wrong connections

parent cea3e6fc
Branches
No related tags found
2 merge requests!1904Development,!1903Resolve "Switch to redis cluster"
......@@ -134,15 +134,16 @@ return [
'database' => 0,
],
'clustercache' => [
"clusters" => [
'clustercache' => [[
'host' => env('REDIS_CACHE_HOST', 'localhost'),
'password' => env('REDIS_CACHE_PASSWORD', null),
'port' => env('REDIS_CACHE_PORT', 6379),
'database' => 0,
'options' => [
'cluster' => 'redis',
],
],
]],
]
],
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment