]> git.saurik.com Git - redis.git/commit - src/redis.h
By default Redis refuses writes with an error if the latest BGSAVE failed (and at...
authorantirez <antirez@gmail.com>
Wed, 7 Mar 2012 17:02:26 +0000 (18:02 +0100)
committerantirez <antirez@gmail.com>
Wed, 7 Mar 2012 17:02:26 +0000 (18:02 +0100)
commit4d3bbf3590af7b575dd90512aa12706cea7ed899
tree24942009fd3021ba476d307abff512ecf6b9ba31
parentc25e7eafef350a985ae236987131c5d56b30cfef
By default Redis refuses writes with an error if the latest BGSAVE failed (and at least one save point is configured). However people having good monitoring systems may prefer a server that continues to work, since they are notified that there are problems by their monitoring systems. This commit implements the ability to turn the feature on or off via redis.conf and CONFIG SET.
redis.conf
src/config.c
src/redis.c
src/redis.h