Add redis automatic rewrite configuration.

This should hopefully prevent the AOF file from growing too large.
This commit is contained in:
Wesley Aptekar-Cassels 2024-01-23 18:19:31 -05:00
parent fd0b1d90b0
commit 30ba8d37dc

View file

@ -2,6 +2,9 @@ bind 127.0.0.1 ::1
protected-mode yes
port 6379
auto-aof-rewrite-percentage 50
auto-aof-rewrite-min-size 128mb
rename-command FLUSHDB ""
rename-command FLUSHALL ""
rename-command DEBUG ""