时间:2021-07-01 10:21:17 帮助过:23人阅读
运行config set stop-writes-on-bgsave-error no 命令后,关闭配置项stop-writes-on-bgsave-error解决该问题。
[allan@localhost ~]$ cd /usr/local/redis/bin# ./redis-cli
127.0.0.1:6379> config set stop-writes-on-bgsave-error no
OK
127.0.0.1:6379> lpush myColour "red"
(integer) 1
(error) MISCONF Redis is configured to save RDB snapshots, but is currently
标签:led com detail host 强制 问题 stop modify check