Redis 解决 MISCONF Redis is configured to save RDB snapshots, but it is currently not a……

一、解决方案

1、开启redis服务(默认开启)
2、进入redis-cli

redis-cli

3、输入如下代码(redis重启失效)

config set stop-writes-on-bgsave-error no

二、注意事项

如果redis服务重启(或是服务器重启)再出现该问题,仍需重新设置

三、参考资料

Redis 解决MISCONF Redis is configured to save RDB snapshots, but is currently not able to


版权声明:本文为be_clever原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。