]> git.saurik.com Git - redis.git/commit
Refuse writes if can't persist on disk.
authorantirez <antirez@gmail.com>
Wed, 7 Mar 2012 12:05:46 +0000 (13:05 +0100)
committerantirez <antirez@gmail.com>
Wed, 7 Mar 2012 12:05:53 +0000 (13:05 +0100)
commitc25e7eafef350a985ae236987131c5d56b30cfef
tree09bb1988544cd7cce935151320e0f47523d6efcd
parente31b615e6201fccda3f2e036c449646e3cfbac25
Refuse writes if can't persist on disk.

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.
src/rdb.c
src/redis.c
src/redis.h