ERR Error running script (call to f_a08c9c69b7c07ae2485190873b90d128a23e502d): @user_script:1: @user_script: 1: -MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
1 回答

蠱毒傳說
TA貢獻1895條經驗 獲得超3個贊
原因
強制關閉Redis快照導致不能持久化
解決方法
127.0.0.1:6379>config set stop-writes-on-bgsave-error no
127.0.0.1:6379>CONFIG REWRITE
or
修改配置文件
stop-writes-on-bgsave-error 設置為no
- 1 回答
- 0 關注
- 3507 瀏覽
添加回答
舉報
0/150
提交
取消