redis说不能持久化到硬盘
解决方案
127.0.0.1> config set stop-writes-on-bgsave-error no
解决
解决Redis之MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist o...
原文:https://www.cnblogs.com/ltn26/p/10384155.html