Commit 43309d2497cb1d7304d3f4d65dd82409f68173cd
Committed by
Andrew Shvayka
1 parent
c7df356f
Added instruction to update redis config if attr cache enabled
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -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: | ... | ... |