mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
去掉一行多余的代码
This commit is contained in:
1
library/think/cache/driver/memcache.php
vendored
1
library/think/cache/driver/memcache.php
vendored
@@ -38,7 +38,6 @@ class Memcache {
|
||||
if(!empty($options)) {
|
||||
$this->options = array_merge($this->options,$options);
|
||||
}
|
||||
$func = $this->options['persistent'] ? 'pconnect' : 'connect';
|
||||
$this->handler = new \Memcache;
|
||||
// 支持集群
|
||||
$hosts = explode(',', $this->options['host']);
|
||||
|
||||
Reference in New Issue
Block a user