haifa-reminder/redis/redis.conf.example
2023-04-05 02:52:39 +03:00

10 lines
No EOL
231 B
Text

# 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