-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[Cache][FrameworkBundle] add cache:pool:invalidate-tags command
#44692
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cache:pool:invalidate-tags commandcache:pool:invalidate-tags command
26a25e9 to
4d76aaa
Compare
src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Cache/DependencyInjection/CachePoolTaggablePass.php
Outdated
Show resolved
Hide resolved
df36605 to
2ec674d
Compare
Member
|
Please implement the |
ro0NL
reviewed
Dec 17, 2021
src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php
Outdated
Show resolved
Hide resolved
ro0NL
reviewed
Dec 17, 2021
src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php
Outdated
Show resolved
Hide resolved
2ec674d to
51eb4e5
Compare
Member
Author
|
Thanks for the reviews! I made the following changes:
|
51eb4e5 to
c09579a
Compare
ro0NL
reviewed
Dec 17, 2021
src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php
Outdated
Show resolved
Hide resolved
ro0NL
reviewed
Dec 17, 2021
src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php
Outdated
Show resolved
Hide resolved
a5cde83 to
f3aadfa
Compare
Member
Author
|
Tests added. I believe this PR to be ready. |
nicolas-grekas
approved these changes
Dec 25, 2021
src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolInvalidateTagsCommandTest.php
Outdated
Show resolved
Hide resolved
f3aadfa to
337d51b
Compare
Member
|
@kbond can you rebase this one? |
337d51b to
f587a55
Compare
Member
Author
|
Rebased. |
chalasr
approved these changes
Feb 8, 2022
javiereguiluz
approved these changes
Feb 9, 2022
f587a55 to
0657f14
Compare
Member
|
Thank you @kbond. |
javiereguiluz
added a commit
to symfony/symfony-docs
that referenced
this pull request
Feb 11, 2022
…bond) This PR was merged into the 6.1 branch. Discussion ---------- [Cache] document `cache:pool:invalidate-tags` command Reference: symfony/symfony#44692 Commits ------- 319e5a2 [Cache] document `cache:pool:invalidate-tags` command
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a
cache:pool:invalidate-tagscommand.Usage
TODO
cache.app.taggabletocache.appif usingcache.adapter.redis_tag_aware#44682 (once merged up to 6.1)