#48 - redis stuff

This commit is contained in:
Adrian Hopek
2022-03-03 15:16:44 +01:00
parent 692ccc6ba8
commit 697f3395bd
8 changed files with 115 additions and 52 deletions

View File

@@ -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"),
];