摘要: config 配置文件 'cache' => [ // 使用复合缓存类型 'type' => 'complex', // 默认使用的缓存 'default' => [ // 驱动方式 'type' => 'redis', // 缓存保存目录 'path' => CACHE_PATH, ], // 文 阅读全文
posted @ 2021-06-06 21:39 锕果先生 阅读(550) 评论(0) 推荐(0)