配置Redis主从时,修改完从节点配置文件,然后报错 [root@Rich七哥-0-50 redis]# /opt/redis/redis-cli -h 192.168.0.50 Could not connect to Redis at 192.168.0.50:6379: Connection refused not connected> quit 这是因为需要重新加载配置文件 执行 redis-server /etc/redis.conf 1430:C 30 Oct 2019 09:46:…