首页
关于
Search
1
在投射和录制时显示敏感信息写给TeamViewer,anydesk,向日葵
8,614 阅读
2
sublime 3155-3175 LICENSE
7,910 阅读
3
mysql存储过程&时间累加插入
7,753 阅读
4
永远不要相信浮点数结果精确到了最后一位,也永远不要比较两个浮点数是否相等。
4,486 阅读
5
mysql-workbench中duration fetch的含义
4,460 阅读
ubuntu
linux
sublime
php
mysql
JS
CSS
其他
chrome
redis
登录
Search
标签搜索
mysql
curl
grep
journalctl
rename
You can't specify target table
only_full_group_by
Sub-process
警示
dropbox
mtr
curl抓取重定向
floor
intval
ceil
round
pixmap
adwaita
date.utc
gmmktime
五好的Book
累计撰写
194
篇文章
累计收到
31
条评论
首页
栏目
ubuntu
linux
sublime
php
mysql
JS
CSS
其他
chrome
redis
页面
关于
搜索到
1
篇与
的结果
2017-04-25
MISCONF Redis is configured to save RDB snapshots
今天正查看redis中,突然发现keys急剧下降到只有几个,刷新都保持在几个是数量级,然后mysql的负载愈来愈大,立即感到应该是redis出问题了, 然后刷新下redis 进入 redis 客户端redis-cli >flashall 或者 flashdb 报了这个错127.0.0.1:6379> FLUSHALL (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忽略这个不能写入快照的错误,但是具体产生这个错误的原因是什么呢?暂时未知!
2017年04月25日
1,173 阅读
0 评论
0 点赞