From c2a99c382dfc3aa833e19d16d75ea45a38422815 Mon Sep 17 00:00:00 2001 From: LAE Slave Node Date: Mon, 7 Nov 2022 08:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20cache=20prefix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index af35775..5d01263 100644 --- a/config/database.php +++ b/config/database.php @@ -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' => [