This commit is contained in:
2021-05-18 21:20:08 +09:00
parent 13f3e8e8f9
commit cd96aa8377
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ return [
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DB', 0),
'database' => env('REDIS_DATABASE', 0),
//`prefix` => `d:`,
],