bug修复

This commit is contained in:
张松 2025-08-19 10:30:54 +08:00
parent d354dc3d89
commit fd44965f8a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ return [
// 服务器地址
'host' => '127.0.0.1',
// 缓存前缀
'prefix' => 'cache:',
'prefix' => '',
'password' => '222222',
// 默认缓存有效期 0表示永久缓存
'expire' => 0,