redis写入数据时报错:(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.
临时解决办法是在redis-cli中设置config set stop-writes-on-bgsave-error no
长久的解决办法是在配置文件中修改stop-writes-on-bgsave-error no,或者注释掉所有save相关的内容。
redis无法写入新数据
最新推荐文章于 2025-05-14 08:29:51 发布