File "build\bdist.win32\egg\redis\client.py", line 361, in execute_command
return self.parse_response(connection, command_name, **options)
File "build\bdist.win32\egg\redis\client.py", line 371, in parse_response
response = connection.read_response()
File "build\bdist.win32\egg\redis\connection.py", line 311, in read_response
raise response
ResponseError: 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.
报错很明显,数据不能序列化到硬盘。
用 df 命令检查硬盘情况,发现磁盘满了:
【解决】:删除磁盘上无用的一些日志文件,重启redis服务器。报错解决!
本文记录了一次晚上紧急处理Redis服务器无法将数据序列化到硬盘的问题,通过检查发现磁盘已满,随后通过删除部分无用的日志文件并重启服务器解决了该问题。
1万+

被折叠的 条评论
为什么被折叠?



