Files
website-typo3/.ddev/redis/redis.conf
T

14 lines
369 B
Plaintext

# Redis configuration.
# #ddev-generated
# Example configuration files for reference:
# http://download.redis.io/redis-stable/redis.conf
# http://download.redis.io/redis-stable/sentinel.conf
maxmemory 128mb
maxmemory-policy allkeys-lru
# to disable Redis persistence, remove ddev-generated from this file,
# and uncomment the two lines below:
#appendonly no
#save ""