Commit 8fe145a
committed
minor #19996 [Cache] Fix redis adapter config to work with tags (Huluti)
This PR was submitted for the 7.1 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Cache] Fix redis adapter config to work with tags
I found that to work with redis and tags using this config was not working (tag not set and invalidation not working):
```
'adapter' => 'cache.adapter.redis',
'tags' => true,
```
While with this one all was working fine:
```
adapter' => 'cache.adapter.redis_tag_aware',
```
Up to you if you think that it makes sense :)
Commits
-------
a04e07c Fix redis adapter config to work with tags1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
622 | | - | |
| 621 | + | |
623 | 622 | | |
624 | 623 | | |
625 | 624 | | |
| |||
0 commit comments