This commit is contained in:
2025-12-30 11:37:21 +08:00
parent 6dc429ec36
commit f8e7ff1d52
8 changed files with 1286 additions and 131 deletions

View File

@@ -6,7 +6,7 @@ return [
'host' => '127.0.0.1', // redis 主机ip
'port' => 6379, // redis 端口
'password' => '', // redis 密码
'select' => 0, // 使用哪一个 db默认为 db0
'select' => 15, // 使用哪一个 db默认为 db0
'timeout' => 0, // redis连接的超时时间
'persistent' => false,
];