colly_wyx
2018-04-20 6e54c31df658795ec830fc93a26cd6e3d910e2ef
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);