colly_wyx
2018-04-20 2979d7d0dc9e3b09e484f2f2c471d7811ee71d5a
application/library/RedisCache.php
@@ -36,7 +36,7 @@
        $this->_TIMEOUT = 0;
        $this->_DBNAME = null;
        $this->_CTYPE = 1;
   $this->_AUTH = $config['auth'];
       $this->_AUTH = $config['auth'];
        if (!isset($this->_REDIS)) {
            $this->_REDIS = new Redis();
            $this->connect($this->_HOST, $this->_PORT, $this->_TIMEOUT, $this->_DBNAME, $this->_CTYPE);