摘要:
以redis5.0.9版为分析依据, 分析redis的持久化分为rdb和aof,记录可能存在的问题。
redis官方对持久化说明:
aof文件问题说明:
aof文件被截断:
What should I do if my AOF gets truncated? It is possible that the server crashed while writing the AOF file, or that the v |
以redis5.0.9版为分析依据, 分析redis的持久化分为rdb和aof,记录可能存在的问题。
aof文件问题说明:
aof文件被截断:
What should I do if my AOF gets truncated? It is possible that the server crashed while writing the AOF file, or that the v |