diff --git a/plugins/redis/config/redis.conf b/plugins/redis/config/redis.conf index 41d377a68..2d019c97c 100644 --- a/plugins/redis/config/redis.conf +++ b/plugins/redis/config/redis.conf @@ -45,11 +45,15 @@ maxmemory-policy volatile-ttl ############################## APPEND ONLY MODE ############################### -#appendonly no +# appendonly no + # appendfsync always -#appendfsync everysec +# appendfsync everysec # appendfsync no -#no-appendfsync-on-rewrite no + +# appendfilename "appendonly.aof" + +# no-appendfsync-on-rewrite no auto-aof-rewrite-percentage 100 auto-aof-rewrite-min-size 64mb