Redis Tricks: Fixing a Corrupted AOF File
Directly from Salvatore Sanfilippo (@antirez):
If your AOF file gets corrupted use
./redis-check-aof --fixas without the “--fix” option it will just check.
Original title and link for this post: Redis Tricks: Fixing a Corrupted AOF File (published on the NoSQL blog: myNoSQL)