这是我的情况;我目前正在亚马逊上构建虚拟机并尝试在其上安装和运行Redis。 Ubuntu一切都很好;但是,我对Centos 7有一些问题。 安装很好,但是当我尝试运行Redis时出现此错误:
*** FATAL CONFIG FILE ERROR *** Reading the configuration file, at line 554
'aof-load-truncated yes' Bad directive or wrong number of arguments
所以,这一行就是问题所在。我看到有些人有同样的错误,似乎与Redis版本有关。然而,我从官方depo中获取了最后一个.conf文件,用于2.8.x版本...无论如何,如果我评论这一行,Redis就会启动。但是,它不会持久存在数据(这有点问题)!我什么时候得到这个消息。我用redis-cli设置了一个值:
(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
我知道持久性存在问题,但我无法找到解决方案。
我尝试在Centos 6.5上运行Redis,但我得到的错误与此人相同:Redis tcp-backlog
瞧。我从Redis开始,因此我可能会遗漏一些非常简单的东西。如果有人有想法,我很乐意听到它:)