改进 Redis 配置

This commit is contained in:
iVampireSP.com 2022-09-09 11:56:20 +08:00
parent 2a20a17bac
commit 1067756f60
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -97,7 +97,8 @@
'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'lumen'), '_').'_database_'),
'scheme' => 'tls',
'prefix' => 'laecloud_database_',
],
'default' => [