File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ The Cache component comes with a series of adapters pre-configured:
102
102
* :doc: `cache.adapter.pdo </components/cache/adapters/pdo_doctrine_dbal_adapter >`
103
103
* :doc: `cache.adapter.psr6 </components/cache/adapters/proxy_adapter >`
104
104
* :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.
105
110
106
111
Some of these adapters could be configured via shortcuts. Using these shortcuts
107
112
will create pools with service IDs that follow the pattern ``cache.[type] ``.
You can’t perform that action at this time.
0 commit comments