redis / redis.conf
Fuegovic's picture
Update redis.conf
b0c3231
# Redis configuration file example
port 7860
bind 0.0.0.0 ::1
timeout 0
loglevel notice
databases 16
protected-mode no
rdbcompression yes
dbfilename dump.rdb
dir /etc/lib/redis
maxmemory 8096mb
maxmemory-policy allkeys-lru