From 5769442de60965346d4098544e88c3d20a2755fe Mon Sep 17 00:00:00 2001 From: Billy <641833868@qq.com> Date: Tue, 28 Oct 2025 18:49:32 +0800 Subject: [PATCH] =?UTF-8?q?redis=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 36116ea..c9ad5a2 100755 --- a/application/config.php +++ b/application/config.php @@ -185,7 +185,7 @@ return [ // +---------------------------------------------------------------------- 'cache' => [ // 驱动方式 - 'type' => 'File', + 'type' => 'Redis', // 缓存保存目录 'path' => CACHE_PATH, // 缓存前缀