bug修复
This commit is contained in:
@@ -11,7 +11,7 @@ return [
|
|||||||
// 服务器地址
|
// 服务器地址
|
||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
// 缓存前缀
|
// 缓存前缀
|
||||||
'prefix' => 'cache:',
|
'prefix' => '',
|
||||||
'password' => '222222',
|
'password' => '222222',
|
||||||
// 默认缓存有效期 0表示永久缓存
|
// 默认缓存有效期 0表示永久缓存
|
||||||
'expire' => 0,
|
'expire' => 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user