From 5bc6b0c7e33ee5fa46bf1260ff905a2ce6f02617 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 11 Jul 2024 23:19:58 +0800 Subject: [PATCH] fix bug --- config/redis.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/redis.php b/config/redis.php index 0eb233d..2f9757a 100644 --- a/config/redis.php +++ b/config/redis.php @@ -18,6 +18,5 @@ return [ 'password' => null, 'port' => 6379, 'database' => 0, - 'prefix'=> 'course_' ], ];