File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
components/cache/adapters Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Basic uses of the cache looks like this::
24
24
Symfony supports PSR-6 and PSR-16 cache interfaces. You can read more about
25
25
these at the :doc: `component documentation </components/cache >`.
26
26
27
+ .. _cache-configuration-with-frameworkbundle :
27
28
28
29
Configuring Cache with FrameworkBundle
29
30
--------------------------------------
Original file line number Diff line number Diff line change 7
7
Redis Cache Adapter
8
8
===================
9
9
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
+
10
17
This adapter stores the values in-memory using one (or more) `Redis server `_ instances.
11
18
Unlike the :ref: `APCu adapter <apcu-adapter >`, and similarly to the
12
19
:ref: `Memcached adapter <memcached-adapter >`, it is not limited to the current server's
You can’t perform that action at this time.
0 commit comments