0
点赞
收藏
分享

微信扫一扫

[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots


 (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.

[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots_开发语言

 解决办法:

 

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

[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots_java_02


举报

相关推荐

Redis的RDB执行原理

0 条评论