]> 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:19:18 +0000 (15:19 +0200)
commit6f05a653369fbbb9981449308c9e3f292011f9c5
tree9c4133daa3dfac020252b9e5edfc347e6d24192e
parent47ca4b6e28af49d1904f40fceacf58bb2907fbf2
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