diff --git a/cache.rst b/cache.rst index 0072e9cfd52..2dec1e6a758 100644 --- a/cache.rst +++ b/cache.rst @@ -603,6 +603,7 @@ to enable this feature. This could be added by using the following configuration pools: my_cache_pool: adapter: cache.adapter.redis_tag_aware + tags: true .. code-block:: xml @@ -619,7 +620,7 @@ to enable this feature. This could be added by using the following configuration @@ -635,7 +636,7 @@ to enable this feature. This could be added by using the following configuration $framework->cache() ->pool('my_cache_pool') ->tags(true) - ->adapters(['cache.adapter.redis']) + ->adapters(['cache.adapter.redis_tag_aware']) ; };