Commit 43309d2497cb1d7304d3f4d65dd82409f68173cd

Authored by vzikratyi
Committed by Andrew Shvayka
1 parent c7df356f

Added instruction to update redis config if attr cache enabled

... ... @@ -323,6 +323,7 @@ cache:
323 323 # caffeine or redis
324 324 type: "${CACHE_TYPE:caffeine}"
325 325 attributes:
  326 + # 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'
326 327 enabled: "${CACHE_ATTRIBUTES_ENABLED:true}"
327 328
328 329 caffeine:
... ...