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
[Cache][FrameworkBundle] add cache:pool:invalidate-tags
command
#44692
Merged
+318
−0
Conversation
This file contains 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
nicolas-grekas
reviewed
Dec 17, 2021
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
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
Thanks for the reviews! I made the following changes:
|
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
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
nice addition :) |
@kbond can you rebase this one? |
Rebased. |
chalasr
approved these changes
Feb 8, 2022
javiereguiluz
approved these changes
Feb 9, 2022
Thank you @kbond. |
javiereguiluz
added a commit
to symfony/symfony-docs
that referenced
this issue
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.
Adds a
cache:pool:invalidate-tags
command.Usage
TODO