summaryrefslogtreecommitdiff
path: root/redis-check-aof.c
Commit message (Expand)AuthorAgeFilesLines
* fixed compilation warnings in the AOF sanity check toolantirez2010-05-121-0/+1
* ask for confirmation before AOF is truncatedPieter Noordhuis2010-05-051-4/+14
* str can be free'd outside readStringPieter Noordhuis2010-05-051-13/+3
* moved argument parsing aroundPieter Noordhuis2010-05-051-11/+9
* allow AOF to be fixed by truncating to the portion of the file that is validPieter Noordhuis2010-05-051-8/+33
* tool to check if AOF is validPieter Noordhuis2010-05-051-0/+161