报错日志
   
     
   
    解决方案
   
把原有的执行命令
nohup src/redis-server redis.conf &改为
nohup src/redis-server redis.conf 2>&1 & 
版权声明:本文为en_joker原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
 
     
   
把原有的执行命令
nohup src/redis-server redis.conf &改为
nohup src/redis-server redis.conf 2>&1 &