#48 - redis stuff
This commit is contained in:
@@ -21,6 +21,11 @@ return [
|
||||
"driver" => "file",
|
||||
"path" => storage_path("framework/cache/data"),
|
||||
],
|
||||
"redis" => [
|
||||
"driver" => "redis",
|
||||
"connection" => "cache",
|
||||
"lock_connection" => "default",
|
||||
],
|
||||
],
|
||||
"prefix" => env("CACHE_PREFIX", Str::slug(env("APP_NAME", "laravel"), "_") . "_cache"),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user