From a04e07c05a9c81e8d09b083953b92dcdf2678382 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Wed, 26 Jun 2024 15:19:59 +0200 Subject: [PATCH] Fix redis adapter config to work with tags --- cache.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cache.rst b/cache.rst index d5a7082b748..c073a98387f 100644 --- a/cache.rst +++ b/cache.rst @@ -618,8 +618,7 @@ to enable this feature. This could be added by using the following configuration cache: pools: my_cache_pool: - adapter: cache.adapter.redis - tags: true + adapter: cache.adapter.redis_tag_aware .. code-block:: xml