• A
    Refuse writes if can't persist on disk. · c25e7eaf
    antirez 提交于
    Redis now refuses accepting write queries if RDB persistence is
    configured, but RDB snapshots can't be generated for some reason.
    The status of the latest background save operation is now exposed
    in the INFO output as well. This fixes issue #90.
    c25e7eaf
rdb.c 37.2 KB