Skip to content

Commit ef308a1

Browse files
committed
minor symfony#11493 Added a "see also" note in the Redis cache adapter article (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Added a "see also" note in the Redis cache adapter article Fixes symfony#11432. Commits ------- 25cfcf0 Added a "see also" note in the Redis cache adapter article
2 parents aaff2f8 + 25cfcf0 commit ef308a1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cache.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Basic uses of the cache looks like this::
2424
Symfony supports PSR-6 and PSR-16 cache interfaces. You can read more about
2525
these at the :doc:`component documentation </components/cache>`.
2626

27+
.. _cache-configuration-with-frameworkbundle:
2728

2829
Configuring Cache with FrameworkBundle
2930
--------------------------------------

components/cache/adapters/redis_adapter.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
Redis Cache Adapter
88
===================
99

10+
.. seealso::
11+
12+
This article explains how to configure the Redis adapter when using the
13+
Cache as an independent component in any PHP application. Read the
14+
:ref:`Symfony Cache configuration <cache-configuration-with-frameworkbundle>`
15+
article if you are using it in a Symfony application.
16+
1017
This adapter stores the values in-memory using one (or more) `Redis server`_ instances.
1118
Unlike the :ref:`APCu adapter <apcu-adapter>`, and similarly to the
1219
:ref:`Memcached adapter <memcached-adapter>`, it is not limited to the current server's

0 commit comments

Comments
 (0)