diff --git a/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 b/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 index 023f4b14..38cd5ab1 100644 --- a/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 +++ b/ansible/roles/maat-redis/templates/maat-redis.conf.j2.j2 @@ -369,7 +369,7 @@ proc-title-template "{title} {listen-addr} {server-mode}" # Snapshotting can be completely disabled with a single empty string argument # as in following example: # -# save "" +save "" # # Unless specified otherwise, by default Redis will save the DB: # * After 3600 seconds (an hour) if at least 1 key changed @@ -378,9 +378,9 @@ proc-title-template "{title} {listen-addr} {server-mode}" # # You can set these explicitly by uncommenting the three following lines. # -save 900 1 -save 300 10 -save 60 10000 +# save 900 1 +# save 300 10 +# save 60 10000 # By default Redis will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed.