使用宝塔软件安装的redis 一直没启动起来。
使用 journalctl -xe 命令查看原因,发现redis.pid已经存在。
进入该目录,删除redis.pid。
再使用systemctl start redis 启动成功