• A
    New INFO field aof_delayed_fsync introduced. · c1d01b3c
    antirez 提交于
    This new field counts all the times Redis is configured with AOF enabled and
    fsync policy 'everysec', but the previous fsync performed by the
    background thread was not able to complete within two seconds, forcing
    Redis to perform a write against the AOF file while the fsync is still
    in progress (likely a blocking operation).
    c1d01b3c
redis.c 89.9 KB