修正 cache prefix

This commit is contained in:
LAE Slave Node 2022-11-07 08:36:23 +08:00
parent 31a0b6eb82
commit c2a99c382d

View File

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