colly_wyx
2018-03-30 05b2772c21aa85e9d69820e852180918b6fc7b6d
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);