首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

redis 有关问题解决(MISCONF Redis is configured to save RDB snapshots)

2013-10-21 
redis 问题解决(MISCONF Redis is configured to save RDB snapshots)(error) MISCONF Redis is configure

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. 使用如下命令解决:
config set stop-writes-on-bgsave-error no

set 'name' 'shenhui'-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+OKset 'name' 'shenhui'+OK


热点排行