去掉缓存驱动的length参数

This commit is contained in:
thinkphp
2016-06-03 12:20:18 +08:00
parent e37cf2cc17
commit f05e7427d9
11 changed files with 16 additions and 27 deletions

View File

@@ -22,7 +22,6 @@ class Memcached
'port' => 11211,
'expire' => 0,
'timeout' => 0, // 超时时间(单位:毫秒)
'length' => 0,
'prefix' => '',
];