summaryrefslogtreecommitdiff
path: root/src/redis-check-aof.c
Commit message (Expand)AuthorAgeFilesLines
* Print the number of abnormal line in AOF (#8823)bugwz2021-04-201-2/+4
* Enlarge error buffer in redis-check-aof.c to remove compiler warning of outpu...Angus Pearson2019-05-081-1/+1
* redis-check-aof: fix potential overflow.antirez2019-03-181-2/+2
* Correct proceding -> proceeding typo.Chris Lamb2017-07-141-1/+1
* redis-check-aof: tell users there is a --fix option.antirez2017-07-101-1/+2
* AOF check utility: ability to check files with RDB preamble.antirez2017-07-101-12/+26
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* redis-check-aof is now large files safe also on 32 bit systems.antirez2012-02-141-11/+14
* redis.c split into many different C files.antirez2010-07-011-0/+185