Added instruction to update redis config if attr cache enabled

This commit is contained in:
vzikratyi 2021-02-25 12:33:01 +02:00 committed by Andrew Shvayka
parent c7df356fb7
commit 43309d2497

View File

@ -323,6 +323,7 @@ cache:
# caffeine or redis
type: "${CACHE_TYPE:caffeine}"
attributes:
# make sure that if cache.type is 'redis' and cache.attributes.enabled is 'true' that you change 'maxmemory-policy' Redis config property to 'allkeys-lru', 'allkeys-lfu' or 'allkeys-random'
enabled: "${CACHE_ATTRIBUTES_ENABLED:true}"
caffeine: