• Saj Goonatilleke's avatar
    Truncate short write from the AOF · 55302e9e
    Saj Goonatilleke authored
    If Redis only manages to write out a partial buffer, the AOF file won't
    load back into Redis the next time it starts up.  It is better to
    discard the short write than waste time running redis-check-aof.
    55302e9e
aof.c 42.6 KB