• A
    By default Redis refuses writes with an error if the latest BGSAVE failed (and... · 4d3bbf35
    antirez 提交于
    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.
    4d3bbf35
config.c 35.5 KB