diff --git a/cache.rst b/cache.rst index d29265d5f7f..1cb422990c3 100644 --- a/cache.rst +++ b/cache.rst @@ -102,6 +102,11 @@ The Cache component comes with a series of adapters pre-configured: * :doc:`cache.adapter.pdo ` * :doc:`cache.adapter.psr6 ` * :doc:`cache.adapter.redis ` +* :ref:`cache.adapter.redis_tag_aware ` (Redis adapter optimized to work with tags) + +.. versionadded:: 5.2 + + ``cache.adapter.redis_tag_aware`` has been introduced in Symfony 5.2. Some of these adapters could be configured via shortcuts. Using these shortcuts will create pools with service IDs that follow the pattern ``cache.[type]``.