]> git.saurik.com Git - redis.git/commit - src/aof.c
Fix: when aof_write_rewrite is true don't append on the AOF buffer but accumulate...
authorantirez <antirez@gmail.com>
Thu, 15 Dec 2011 19:03:28 +0000 (20:03 +0100)
committerantirez <antirez@gmail.com>
Thu, 15 Dec 2011 19:03:28 +0000 (20:03 +0100)
commit087f41409052da35270417c85010c6739fd28200
tree01240ee8fd2600e96a5dec0a92e3569892cb70f6
parente7a2e7c1f7b1e46704aaf0850f75d13d418c1db7
Fix: when aof_write_rewrite is true don't append on the AOF buffer but accumulate the differences for the rewrite.
src/aof.c