redis工作中的小结

redis工作中的小结


1 遇到的异常以及处理方法

error:

(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 命令
关闭配置项stop-writes-on-bgsave-error解决该问题
Buy me a 肥仔水!