mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
30ba8d37dc
This should hopefully prevent the AOF file from growing too large.
12 lines
242 B
Text
12 lines
242 B
Text
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 ""
|
|
rename-command CONFIG ""
|
|
rename-command SHUTDOWN ""
|