修正 cache prefix
This commit is contained in:
parent
31a0b6eb82
commit
c2a99c382d
@ -114,7 +114,7 @@
|
||||
|
||||
'options' => [
|
||||
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
||||
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_database_'),
|
||||
'prefix' => env('REDIS_PREFIX', 'laecloud_database_'),
|
||||
],
|
||||
|
||||
'default' => [
|
||||
|
Loading…
Reference in New Issue
Block a user