在官网上下载redis包,解压后启动。

启动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。

 

redis的三种启动方式

相关文章:

  • 2021-09-07
  • 2022-12-23
  • 2021-06-29
  • 2021-05-19
  • 2021-07-21
  • 2022-02-22
  • 2021-06-17
  • 2022-12-23
猜你喜欢
  • 2021-12-21
  • 2022-12-23
  • 2021-05-17
  • 2021-04-01
  • 2021-09-05
  • 2021-05-15
  • 2021-08-04
相关资源
相似解决方案