Add session specific redis cache

This commit is contained in:
Dane Everitt
2018-03-06 22:58:38 -06:00
parent 4964d294f6
commit 4952a27903
4 changed files with 16 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ return [
|
*/
'connection' => null,
'connection' => env('SESSION_DRIVER') === 'redis' ? 'sessions' : null,
/*
|--------------------------------------------------------------------------