-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add cache.adapter.redis_tag_aware to use RedisCacheAwareAdapter #36596
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
l-vo
commented
Apr 27, 2020
•
edited
Loading
edited
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Tickets | https://github.com/orgs/symfony/projects/1#card-33761315 |
License | MIT |
Doc PR | symfony/symfony-docs#14078 |
1a831ec
to
fb1eba1
Compare
|
@nicolas-grekas what do you mean please ? When not using the default provider ? e.g.: mypool:
tags: true
adapter: cache.adapter.redis
provider: redis://myserver:6379 |
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.
(nevermind my previous comment, here is a new try)
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
Status: needs work |
f5a7c15
to
79e949b
Compare
Status: needs review |
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.
can you rebase, please ?
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
a7a4fb0
to
8218bb8
Compare
Done 🙂 |
I haven't tried it yet but I like it 😃 |
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.
Looks good to me, thanks. Just minor comments and good to go on my side.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Outdated
Show resolved
Hide resolved
b59b6c4
to
15f8148
Compare
All threads resolved :) |
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.
Can you fix the CHANGELOG and rebase on current master? Thank you.
c9138ea
to
861210d
Compare
861210d
to
68d1638
Compare
Thank you @l-vo. |
This PR was merged into the master branch. Discussion ---------- RedisTagAwareAdapter integration Documentation about symfony/symfony#36596 This PR contains documentation on `RedisTagAwareAdapter` (introduced in 4.3) **and** its integration in the fullstack framework (introduced in 5.2). I created another PR (#14081) with only the documentation about `RedisTagAwareAdapter` that targets 4.4. Close #14065 Commits ------- 883dc98 RedisTagAwareAdapter integration