Fail to start Redis Server

Wokay … Not sure what the hell is happening but I guess we can follow this advice

  • Find the dump.rdb: sudo find / -name *.rdb
  • Move the correspoding file elsewhere, for example mv /var/lib/redis/dump.rdb /root/dump.rdb.bkp
  • Try to restart redis
1 Like