diff --git a/components/cache/adapters/redis_adapter.rst b/components/cache/adapters/redis_adapter.rst index 0845b3bcb96..34c8f76fdc9 100644 --- a/components/cache/adapters/redis_adapter.rst +++ b/components/cache/adapters/redis_adapter.rst @@ -212,6 +212,8 @@ try to add data when no memory is available. An example setting could look as fo maxmemory 100mb maxmemory-policy allkeys-lru + +When using the :class:`Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter`, only ``noeviction`` and ``volatile-*`` eviction policies are supported by the adapter. We recommend ``volatile-lru`` though. Read more about this topic in the offical `Redis LRU Cache Documentation`_.