查了很多资料,终于解决了,问题出在redis.conf里,该文件里被添加了新的命令如下:
在这几句命令前加 # 号注释掉,重启即可解决
另附上相关redis的命令:
停止Redis:systemctl stop redis
启动Redis:systemctl start redis
重启Redis:systemctl restart redis
查看状态:systemctl status redis
查了很多资料,终于解决了,问题出在redis.conf里,该文件里被添加了新的命令如下:
在这几句命令前加 # 号注释掉,重启即可解决
另附上相关redis的命令:
停止Redis:systemctl stop redis
启动Redis:systemctl start redis
重启Redis:systemctl restart redis
查看状态:systemctl status redis