启动redis时报FATAL CONFIG FILE ERROR的错误

启动redis报下面的错误!
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 56
>>> 'tcp-keepalive 0'
Bad directive or wrong number of argumentsFATAL CONFIG FILE ERROR

解决办法:
在redis的目录下执行sudo make install。

猜你喜欢

转载自wuzbin.iteye.com/blog/1851654