Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
解决方案:
127.0.0.1:6379> config set stop-writes-on-bgsave-error no
OK
Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
解决方案:
127.0.0.1:6379> config set stop-writes-on-bgsave-error no
OK