]> git.saurik.com Git - redis.git/commit
AOF writes are now accumulated into a buffer and flushed into disk just before re...
authorantirez <antirez@gmail.com>
Thu, 6 May 2010 18:16:14 +0000 (20:16 +0200)
committerantirez <antirez@gmail.com>
Thu, 6 May 2010 18:16:14 +0000 (20:16 +0200)
commit28ed1f33eedad20fc441b2552b3d7149b2832295
tree1eab9fe9ed6a183dbc04206db1fefbf91de0f2f8
parent029245feac6b481545de6810c554a2d5d50c39c6
AOF writes are now accumulated into a buffer and flushed into disk just before re-entering the event loop. A lot less writes but still this guarantees that AOF is written before the client gets a positive reply about a write operation, as no reply is trasnmitted before re-entering into the event loop.
redis.c