Skip to content

Commit caa6858

Browse files
committed
Minor: Rename ref. refs #14081
1 parent e5cbc77 commit caa6858

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Available Options
188188
When using the `Predis`_ library some additional Predis-specific options are available.
189189
Reference the `Predis Connection Parameters`_ documentation for more information.
190190

191-
.. _redis-tag-aware:
191+
.. _redis-tag-aware-adapter:
192192

193193
Working with Tags
194194
-----------------

components/cache/cache_invalidation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ method.
6060

6161
.. note::
6262

63-
When using a Redis backend, consider using :ref:`RedisTagAwareAdapter <redis-tag-aware>` which is optimized for this purpose.
63+
When using a Redis backend, consider using :ref:`RedisTagAwareAdapter <redis-tag-aware-adapter>`
64+
which is optimized for this purpose.
6465

6566
The :class:`Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter` class implements
6667
instantaneous invalidation (time complexity is ``O(N)`` where ``N`` is the number

0 commit comments

Comments
 (0)