Files
watchstate/docker/files/redis.conf
2022-05-20 21:54:40 +03:00

33 lines
533 B
Plaintext

daemonize yes
pidfile /var/run/redis/redis.pid
bind 127.0.0.1
port 6379
# Logging
logfile ""
# Persistance
dbfilename redis.rdb
dir /config/cache/
appendonly no
appendfilename appendonly.aof
save 900 1
save 300 10
save 60 10000
# Arbitrary Parameters
maxmemory-policy allkeys-lru
slowlog-log-slower-than 10000
slowlog-max-len 128
notify-keyspace-events ""
# Plan Properties:
timeout 3600
tcp-keepalive 60
# DO NOT EDIT THIS LINE KEEP IT AS IT IS.
# USE ENV VARIABLE TO CHANGE PASSWORD OR REQUIRE PASS.
#requirepass replace_me