原文:解决保存快照失败后redis无法写入的问题( Redis is configured to save RDB snapshots)

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

2016-06-15 14:22 0 1887 推荐指数:

查看详情

Redis 报错:MISCONF Redis is configured to save RDB snapshots

配置优化,添加以下配置项到/etc/sysctl.conf配置文件: 执行以下命令使其实时生效: 如果Redis缓存的为非重要数据,如网页缓存,对可用性要求不高,可以修改Redis的配置文件如下: 如果缓存数据丢失也可以接受,可以关闭appendonly ...

Tue Feb 26 22:10:00 CST 2019 0 743
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM