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

added redis-sentinel configuration

parent b02d474a
No related branches found
No related tags found
2 merge requests!1518Development,!1517Resolve "Use Redis as Cache backend"
......@@ -69,7 +69,7 @@ return [
],
'redis' => [
'driver' => 'redis',
'driver' => env('REDIS_CACHE_DRIVER', 'redis'),
'connection' => 'cache',
],
......
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