• A
    AOF writes are now accumulated into a buffer and flushed into disk just before... · 28ed1f33
    antirez 提交于
    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.
    28ed1f33
redis.c 348.9 KB