Add session specific redis cache

This commit is contained in:
Dane Everitt 2018-03-06 22:58:38 -06:00
parent 4964d294f6
commit 4952a27903
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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,
/*
|--------------------------------------------------------------------------