Files

33 lines
672 B
Plaintext

bind 0.0.0.0
port 6379
protected-mode yes
daemonize no
supervised no
dir /data
dbfilename dump.rdb
appendonly yes
appendfilename appendonly.aof
appendfsync everysec
aof-use-rdb-preamble yes
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 64mb
save 900 1
save 300 100
save 60 10000
stop-writes-on-bgsave-error yes
maxmemory-policy volatile-lru
timeout 0
tcp-keepalive 300
databases 3
loglevel notice
logfile ""
latency-monitor-threshold 100
slowlog-log-slower-than 10000
slowlog-max-len 128
client-output-buffer-limit pubsub 32mb 8mb 60
rename-command FLUSHALL ""
rename-command FLUSHDB ""
rename-command CONFIG ""
rename-command MODULE ""
rename-command KEYS ""