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 @@ -590,6 +590,7 @@ to enable this feature. This could be added by using the following configuration
590
590
pools :
591
591
my_cache_pool :
592
592
adapter : cache.adapter.redis_tag_aware
593
+ tags : true
593
594
594
595
.. code-block :: xml
595
596
@@ -606,7 +607,7 @@ to enable this feature. This could be added by using the following configuration
606
607
<framework : config >
607
608
<framework : cache >
608
609
<framework : pool name =" my_cache_pool"
609
- adapter =" cache.adapter.redis "
610
+ adapter =" cache.adapter.redis_tag_aware "
610
611
tags =" true"
611
612
/>
612
613
</framework : cache >
@@ -622,7 +623,7 @@ to enable this feature. This could be added by using the following configuration
622
623
$framework->cache()
623
624
->pool('my_cache_pool')
624
625
->tags(true)
625
- ->adapters(['cache.adapter.redis '])
626
+ ->adapters(['cache.adapter.redis_tag_aware '])
626
627
;
627
628
};
628
629
You can’t perform that action at this time.
0 commit comments