[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots
(error) 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.

解决办法:
config set stop-writes-on-bgsave-error no

参考链接:
https://blog.csdn.net/xc_zhou/article/details/80893326v
https://blog.csdn.net/jialiu111111/article/details/121633197

浙公网安备 33010602011771号