redis 配置

This commit is contained in:
Billy 2025-10-28 18:49:32 +08:00
parent 87fe0569d6
commit 5769442de6

View File

@ -185,7 +185,7 @@ return [
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
'cache' => [ 'cache' => [
// 驱动方式 // 驱动方式
'type' => 'File', 'type' => 'Redis',
// 缓存保存目录 // 缓存保存目录
'path' => CACHE_PATH, 'path' => CACHE_PATH,
// 缓存前缀 // 缓存前缀