Redis 客户端发生:(error)MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk...错误的解决方法
在使用redis-cli客户端时,执行命令发生如下错误:

解决方法:
在客户端上执行如下命令
config set stop-writes-on-bgsave-erroe no

然后重启redis服务就可以了。
在使用redis-cli客户端时,执行命令发生如下错误:

解决方法:
在客户端上执行如下命令
config set stop-writes-on-bgsave-erroe no

然后重启redis服务就可以了。