bookwyrm/redis.conf

13 lines
242 B
Plaintext
Raw Permalink Normal View History

2022-01-05 16:27:39 +00:00
bind 127.0.0.1 ::1
protected-mode yes
port 6379
auto-aof-rewrite-percentage 50
auto-aof-rewrite-min-size 128mb
2022-01-05 16:27:39 +00:00
rename-command FLUSHDB ""
rename-command FLUSHALL ""
rename-command DEBUG ""
rename-command CONFIG ""
rename-command SHUTDOWN ""