File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ to enable this feature. This could be added by using the following configuration
603
603
pools :
604
604
my_cache_pool :
605
605
adapter : cache.adapter.redis_tag_aware
606
+ tags : true
606
607
607
608
.. code-block :: xml
608
609
@@ -619,7 +620,7 @@ to enable this feature. This could be added by using the following configuration
619
620
<framework : config >
620
621
<framework : cache >
621
622
<framework : pool name =" my_cache_pool"
622
- adapter =" cache.adapter.redis "
623
+ adapter =" cache.adapter.redis_tag_aware "
623
624
tags =" true"
624
625
/>
625
626
</framework : cache >
@@ -635,7 +636,7 @@ to enable this feature. This could be added by using the following configuration
635
636
$framework->cache()
636
637
->pool('my_cache_pool')
637
638
->tags(true)
638
- ->adapters(['cache.adapter.redis '])
639
+ ->adapters(['cache.adapter.redis_tag_aware '])
639
640
;
640
641
};
641
642
You can’t perform that action at this time.
0 commit comments