-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Cache] Add tags based invalidation + TagAwareRedisAdapter #19047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
nicolas-grekas
commented
Jun 14, 2016
•
edited
Loading
edited
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #18646 |
License | MIT |
Doc PR | - |
40f6846
to
8cc7f94
Compare
ba4e17c
to
c2fb3b0
Compare
Rebased, RFR |
a37fd52
to
b2c84f0
Compare
@@ -1,7 +1,7 @@ | |||
Symfony PSR-6 implementation for caching | |||
======================================== | |||
|
|||
This component provides a strict [PSR-6](http://www.php-fig.org/psr/psr-6/) | |||
This component provides a extended [PSR-6](http://www.php-fig.org/psr/psr-6/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an extended
229e33e
to
15c2bea
Compare
15c2bea
to
19764af
Compare
Thank you @nicolas-grekas. |
…pter (nicolas-grekas) This PR was merged into the 3.2-dev branch. Discussion ---------- [Cache] Add tags based invalidation + TagAwareRedisAdapter | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18646 | License | MIT | Doc PR | - Commits ------- 19764af [Cache] Add tags based invalidation + TagAwareRedisAdapter
…TagAwareRedisAdapter) (nicolas-grekas) This PR was merged into the 3.2-dev branch. Discussion ---------- [Cache] Add generic TagAwareAdapter wrapper (replaces TagAwareRedisAdapter) | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | symfony/symfony-docs#6858 This PR replaces TagAwareRedisAdapter introduced in #19047 by a generic `TagAwareAdapter` that works with any two adapters. Commits ------- 288308b [Cache] Add generic TagAwareAdapter wrapper (replaces TagAwareRedisAdapter)
Thanks. |
@aik099 |
I've tried Thanks. |