报错信息
- 执行 systemctl start redis.service
Failed to start Redis persistent key-value database.
处理过程
- 执行 journalctl -ex
Reading the configuration file, at line 129
>>> 'deemonize yes'
Bad directive or wrong number of arguments
- 错误参数
解决问题
- 修改相关行参数
Failed to start Redis persistent key-value database.
Reading the configuration file, at line 129
>>> 'deemonize yes'
Bad directive or wrong number of arguments
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。