Files
allianceauth/docker/conf/redis.conf
2026-01-11 23:04:52 +01:00

13 lines
212 B
Plaintext

# Set the maximum memory usage
maxmemory 2GB
# Evict old keys instead of growing
maxmemory-policy allkeys-lru
# Disable disk persistence
appendonly no
save ""
# Optional: reduce fragmentation
activedefrag yes