悟空crm安装搭建 报错[0] RedisException in Redis.php line 56问题处理办法

相信很多朋友进行安装悟空crm的时候 提示错误:

[0] RedisException in Redis.php line 56
Connection refused
不知道怎么样处理是吧~~~


            $this->options = array_merge($this->options, $options);
        }
        # redis 密码
        $password = config('cache.password');
        if (!empty($password)) $this->options['password'] = $password;
        $this->handler = new \Redis;
        if ($this->options['persistent']) {
            $this->handler->pconnect($this->options['host'], $this->options['port'], $this->options['timeout'], 'persistent_id_' . $this->options['select']);
        } else {
            $this->handler->connect($this->options['host'], $this->options['port'], $this->options['timeout']);
        }

        if ('' != $this->options['password']) {
            $this->handler->auth($this->options['password']);
        }

        if (0 != $this->options['select']) {
            $this->handler->select($this->options['select']);
        }

悟空crm安装搭建 报错[0] RedisException in Redis.php line 56问题处理办法_第1张图片

问题处理好 打开的悟空CRM系统界面:

悟空crm安装搭建 报错[0] RedisException in Redis.php line 56问题处理办法_第2张图片

不知道如何处理的朋友 可以QQ加我好友 帮忙处理好:

悟空crm安装搭建 报错[0] RedisException in Redis.php line 56问题处理办法_第3张图片

你可能感兴趣的:(悟空crm安装搭建,悟空crm二次开发,悟空crm系统升级问题处理,悟空crm手机端源码,悟空uniapp手机端,悟空crm,refused,Connection)