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

http://my.oschina.net/freegeek/blog/324410

最新文章

  1. iOS开发--面试
  2. composer 代码库管理
  3. welcome to learn prgram
  4. mysql刷日志的两个参数
  5. Inside The C++ Object Model - 03
  6. HDU1907 John
  7. 4.python中的用户交互
  8. VPN错误800、错误789
  9. 实践Oracle与DB2区别及问题解决
  10. android 49 广播接收者中启动其他组件
  11. mysql workbench 建表时 PK,NN,UQ,BIN,UN,ZF,AI解释
  12. html 使用表单标签,与用户交互
  13. WebApi异常
  14. iOS开发工具——统计Crash的工具Crashlytics
  15. The Accumulation of Capital
  16. OS X第三方类库管理工具cocoapods入门
  17. .ancestors *效果
  18. 末学者笔记--Linux权限管理
  19. SpringCloud系列十:SpringCloudConfig 高级配置(密钥加密处理(JCE)、KeyStore 加密处理、SpringCloudConfig 高可用机制、SpringCloudBus 服务总线)
  20. 1,charles的功能能介绍和安装破解

热门文章

  1. iOS 删除NSString中特定字符
  2. 【文章内容来自《Android 应用程序开发权威指南》(第四版)】如何设计兼容的用户界面的一些建议(有删改)
  3. 【未解决】eclipse未自动引入maven依赖
  4. quote、cite、refer的区别
  5. Effective Java 41 Use overloading judiciously
  6. 用python自定义实现db2的连接池
  7. HTML5不支持标签和新增标签
  8. linux中如何查看进程对应的cpu使用情况?
  9. 【node.js】安装express后,'express' 不是内部或外部命令的问题
  10. 19 图形用户界面编程 - 《Python 核心编程》