Use seperate cache DB for Redis

This commit is contained in:
Barry vd. Heuvel
2018-05-23 21:50:25 +02:00
parent a14e62325c
commit c3b99e971c
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ return [
'redis' => [
'driver' => 'redis',
'connection' => 'default',
'connection' => 'cache',
],
],