]> git.saurik.com Git - redis.git/commit
Add aof_rewrite_buffer_length INFO field.
authorantirez <antirez@gmail.com>
Thu, 24 May 2012 13:03:23 +0000 (15:03 +0200)
committerantirez <antirez@gmail.com>
Thu, 24 May 2012 13:22:39 +0000 (15:22 +0200)
commitbec74b1b9cd57358f24bd7231f879120a5bf61ab
tree7c5df1ffbfc5434dae0dd048ad8a3dbc00c1af4d
parentedb952532d0f6c267fc0ebf7209404dd65df2e18
Add aof_rewrite_buffer_length INFO field.

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.
src/redis.c