是否有一个配置选项来防止redis在AOF日志“变得太大”时重写它?
发布于 2013-12-10 18:43:00
来自redis.conf
# Specify a percentage of zero in order to disable the automatic AOF # rewrite feature. auto-aof-rewrite-percentage 0
https://stackoverflow.com/questions/20502590
相似问题