• antirez's avatar
    Add aof_rewrite_buffer_length INFO field. · 6f05a653
    antirez authored
    The INFO output, persistence section, already contained the field
    describing the size of the current AOF buffer to flush on disk. However
    the other AOF buffer, used to accumulate changes during an AOF rewrite,
    was not mentioned in the INFO output.
    
    This commit introduces a new field called aof_rewrite_buffer_length with
    the length of the rewrite buffer.
    6f05a653
redis.c 94.7 KB