-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add documentation about RedisTagAwareAdapter #14081
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
4005be1
to
12ca50f
Compare
12ca50f
to
83fe3d7
Compare
@OskarStark threads resolved, thank you 🙂 |
@@ -188,6 +188,20 @@ Available Options | |||
When using the `Predis`_ library some additional Predis-specific options are available. | |||
Reference the `Predis Connection Parameters`_ documentation for more information. | |||
|
|||
.. _redis-tag-aware: |
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.
.. _redis-tag-aware: | |
.. _redis-tag-aware-adapter: |
@@ -58,6 +58,10 @@ To store tags, you need to wrap a cache adapter with the | |||
:method:`Symfony\\Component\\Cache\\Adapter\\TagAwareAdapterInterface::invalidateTags` | |||
method. | |||
|
|||
.. note:: | |||
|
|||
When using a Redis backend, consider using :ref:`RedisTagAwareAdapter <redis-tag-aware>` which is optimized for this purpose. |
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.
When using a Redis backend, consider using :ref:`RedisTagAwareAdapter <redis-tag-aware>` which is optimized for this purpose. | |
When using a Redis backend, consider using :ref:`RedisTagAwareAdapter <redis-tag-aware-adapter>` | |
which is optimized for this purpose. |
@l-vo after my last two comments this is ready to merge 🙏 thank you for your patience |
I added my last two comments while merging 👍 Thank you! |
* 4.4: Minor: Rename ref. refs #14081 Add documentation about RedisTagAwareAdapter
* 5.1: Minor: Rename ref. refs #14081 Add documentation about RedisTagAwareAdapter
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
No description provided.