Looks like you have to remove the dump.rdb file (it’s the redis persistence file)
Try
rm /var/lib/redis/redis.rdb
service redis-server start
service redis-server status
Looks like you have to remove the dump.rdb file (it’s the redis persistence file)
Try
rm /var/lib/redis/redis.rdb
service redis-server start
service redis-server status