摘要: 1.设置redis为缓存驱动 // + // | 缓存设置// + return [ // 驱动方式 'type' => 'redis', // 服务器地址 'host' => '127.0.0.1', 'port' => 6379, 'password' => env('redis.passwor 阅读全文
posted @ 2025-11-18 12:11 幽暗天琴 阅读(12) 评论(0) 推荐(0)