【发布时间】:2016-01-29 00:06:51
【问题描述】:
我在安装 Redis 时遇到问题,这一周我都在寻找解决方案。我需要安装在 CentOS 6 服务器上运行的 NodeBB(带有 WHM/Cpanel)。
按照步骤http://nodebb-francais.readthedocs.org/projects/nodebb/en/latest/installing/os/centos.html
当我使用命令redis-benchmark -q -n 1000 -c 10 -P 5 运行测试(https://www.digitalocean.com/community/tutorials/how-to-configure-a-redis-cluster-on-ubuntu-14-04)时,系统返回错误Writing to socket: Connection refused。
在我多次安装 Redis 的尝试中,不知道这是否会影响现在的功能。有谁知道可能是什么问题?显然Redis实际上并没有运行,很难找到关于该主题的具体内容。
【问题讨论】:
标签: node.js redis centos nodebb