redis怎么压缩aof redis怎么压缩数据

主机教程 建站分享 2年前 (2022-09-15) 227次浏览

文章摘要:redis怎么压缩aof redis怎么压缩数据

redis压缩aof的配置示例: # 是否开启aof appendonly yes #&n […]

redis压缩aof的配置示例:

# 是否开启aof

appendonly yes

# 文件名称

appendfilename "appendonly.aof"

# 同步方式

appendfsync everysec

# aof重写期间是否同步

no-appendfsync-on-rewrite no

# 重写触发配置

auto-aof-rewrite-percentage 100

auto-aof-rewrite-min-size 64mb

# 加载aof时如果有错如何处理

aof-load-truncated yes

# 文件重写策略

aof-rewrite-incremental-fsync yes


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:redis怎么压缩aof redis怎么压缩数据
文章链接:http://www.7966.org/post/14514.html
转载请注明出处

喜欢 (0)