haifa-reminder/redis/redis.conf.example

10 lines
231 B
Text
Raw Permalink Normal View History

2023-04-04 23:52:39 +00:00
# Require clients to authenticate with a password
requirepass mypassword
# Enable AOF persistence
appendonly yes
appendfsync everysec
# Limit the maximum amount of memory used by Redis
maxmemory 256mb
maxmemory-policy allkeys-lru