Skip to content

Commit 5f2a06f

Browse files
committed
RedisTagAwareAdapter integration
1 parent 4b5ca9d commit 5f2a06f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cache.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ The Cache component comes with a series of adapters pre-configured:
102102
* :doc:`cache.adapter.pdo </components/cache/adapters/pdo_doctrine_dbal_adapter>`
103103
* :doc:`cache.adapter.psr6 </components/cache/adapters/proxy_adapter>`
104104
* :doc:`cache.adapter.redis </components/cache/adapters/redis_adapter>`
105+
* :ref:`cache.adapter.redis_tag_aware <redis-tag-aware>` (Redis adapter optimized to work with tags)
106+
107+
.. versionadded:: 5.2
108+
109+
``cache.adapter.redis_tag_aware`` has been introduced in Symfony 5.2.
105110

106111
Some of these adapters could be configured via shortcuts. Using these shortcuts
107112
will create pools with service IDs that follow the pattern ``cache.[type]``.

0 commit comments

Comments
 (0)