今天刚安装了redis,修改了 /etc/redis.conf 的内容。
尝试在 bind 后添加一个地址 “bind 127.0.0.1 -::* 192.168.2.1",
后用 systemctl 启动,发现不能启动。报错信息如下:
[root@hadoop003 ~]# systemctl start redis
Job for redis.service failed because the control process exited with error code. See "systemctl status redis.service" and "journalctl -xe" for details.
后来把配置文件改回来就好了
这说明配置文件不能乱改,要记得做个备份。