fix: complete caller analytics reliability remediation
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
bind 127.0.0.1
|
||||
protected-mode yes
|
||||
port 6381
|
||||
dir /var/lib/redis-caller-analytics
|
||||
dbfilename dump.rdb
|
||||
appendonly yes
|
||||
appendfilename "appendonly.aof"
|
||||
appenddirname "appendonlydir"
|
||||
appendfsync everysec
|
||||
save 900 1
|
||||
save 300 10
|
||||
save 60 10000
|
||||
stop-writes-on-bgsave-error yes
|
||||
maxmemory 256mb
|
||||
maxmemory-policy noeviction
|
||||
tcp-keepalive 60
|
||||
requirepass @@ANALYTICS_REDIS_PASSWORD@@
|
||||
pidfile /run/redis-caller-analytics/redis.pid
|
||||
logfile /var/log/redis/redis-caller-analytics.log
|
||||
Reference in New Issue
Block a user