mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 22:01:38 +08:00
去掉缓存驱动的length参数
This commit is contained in:
1
library/think/cache/driver/Memcached.php
vendored
1
library/think/cache/driver/Memcached.php
vendored
@@ -22,7 +22,6 @@ class Memcached
|
||||
'port' => 11211,
|
||||
'expire' => 0,
|
||||
'timeout' => 0, // 超时时间(单位:毫秒)
|
||||
'length' => 0,
|
||||
'prefix' => '',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user