Skip to content

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

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

l-vo
Copy link
Contributor

@l-vo l-vo commented Aug 16, 2020

No description provided.

@l-vo
Copy link
Contributor Author

l-vo commented Aug 26, 2020

@OskarStark threads resolved, thank you 🙂

@l-vo l-vo requested a review from OskarStark August 26, 2020 07:14
@@ -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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. _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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@OskarStark OskarStark added this to the 4.4 milestone Aug 26, 2020
@OskarStark
Copy link
Contributor

OskarStark commented Aug 26, 2020

@l-vo after my last two comments this is ready to merge 🙏 thank you for your patience

@OskarStark
Copy link
Contributor

I added my last two comments while merging 👍 Thank you!

@OskarStark OskarStark merged commit e5cbc77 into symfony:4.4 Aug 26, 2020
OskarStark added a commit that referenced this pull request Aug 26, 2020
OskarStark added a commit that referenced this pull request Aug 26, 2020
* 4.4:
  Minor: Rename ref. refs #14081
  Add documentation about RedisTagAwareAdapter
OskarStark added a commit that referenced this pull request Aug 26, 2020
* 5.1:
  Minor: Rename ref. refs #14081
  Add documentation about RedisTagAwareAdapter
OskarStark added a commit that referenced this pull request Aug 26, 2020
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
@l-vo l-vo deleted the add_redis_tag_aware_4.4 branch August 26, 2020 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants