運(yùn)行Redis時(shí)發(fā)生錯(cuò)誤腮鞍,錯(cuò)誤信息如下:
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Redis被配置為保存數(shù)據(jù)庫(kù)快照磨淌,但它目前不能持久化到硬盤(pán)。用來(lái)修改集合數(shù)據(jù)的命令不能用奥吩。請(qǐng)查看Redis日志的詳細(xì)錯(cuò)誤信息。
原因:強(qiáng)制關(guān)閉Redis快照導(dǎo)致不能持久化。
解決方法:
關(guān)閉配置項(xiàng)stop-writes-on-bgsave-error
[root@zhaohq]# redis-cli
127.0.0.1:6379> config set stop-writes-on-bgsave-error no