Skip to content

Commit

Permalink
Use Redis for cache instead of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa committed Jan 15, 2024
1 parent bdd499e commit 6dbbcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
|
*/

'default' => env('CACHE_DRIVER', 'file'),
'default' => env('CACHE_DRIVER', 'redis'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 6dbbcd6

Please sign in to comment.