悟空crm安装搭建 报错[0] RedisException in Redis.php line 56问题处理办法
相信很多朋友进行安装悟空crm的时候 提示错误:[0] RedisException in Redis.php line 56Connection refused不知道怎么样处理是吧~~~
·
相信很多朋友进行安装悟空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系统界面:

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

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐



所有评论(0)