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.
大意为:(错误)misconf redis被配置以保存数据库快照,但misconf redis目前不能在硬盘上持久化。用来修改数据集合的命令不能用,请使用日志的错误详细信息。
这是由于强制停止redis快照,不能持久化引起的,运行info命令查看redis快照的状态,如下:
解决方案如下:
运行 config set stop-writes-on-bgsave-error no 命令
  关闭配置项stop-writes-on-bgsave-error解决该问题。
 
 
                  
                  
                  
                  
                            
本文介绍了Redis在尝试保存RDB快照时遇到无法在磁盘上持久化的问题及解决方法。通过运行特定命令关闭相关配置项,可以恢复正常的数据集修改操作。
          
      
          
                
                
                
                
              
                
                
                
                
                
              
                
                
              
            
                  
					1万+
					
被折叠的  条评论
		 为什么被折叠?
		 
		 
		
    
  
    
  
            


            