改进 Redis 配置
This commit is contained in:
parent
2a20a17bac
commit
1067756f60
@ -97,7 +97,8 @@
|
|||||||
|
|
||||||
'options' => [
|
'options' => [
|
||||||
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
||||||
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'lumen'), '_').'_database_'),
|
'scheme' => 'tls',
|
||||||
|
'prefix' => 'laecloud_database_',
|
||||||
],
|
],
|
||||||
|
|
||||||
'default' => [
|
'default' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user