Merge pull request #3245 from WesleyAC/redis-aof-auto-compact

Add redis automatic rewrite configuration.
This commit is contained in:
Mouse Reeve 2024-01-24 08:26:45 -08:00 committed by GitHub
commit 193aeff4d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ""