Skip to content

Commit e07825a

Browse files
authored
Merge pull request #14948 from nextcloud/backport/14907/stable34
[stable34] fix(admin): restore proper anchor IDs for APCu, Redis and Memcached sections
2 parents a8fd615 + 03105c6 commit e07825a

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

admin_manual/configuration_server/caching_configuration.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ every time they are called. PHP bundles the Zend OPcache in core since version
2222
caching backends, so you can choose the type of memcache that best fits your
2323
needs. The supported caching backends are:
2424

25-
* `APCu <https://pecl.php.net/package/APCu>`_ (APCu 4.0.6 and up required).
25+
* `APCu <https://pecl.php.net/package/APCu>`__ (APCu 4.0.6 and up required).
2626

2727
A local cache for systems.
2828

29-
* `Redis <https://redis.io/open-source/>`_ (4.0.0 and up required);
30-
`Valkey <https://valkey.io/>`_ and `KeyDB <https://docs.keydb.dev/>`_ are expected to work as Redis-compatible backends.
29+
* `Redis <https://redis.io/open-source/>`__ (4.0.0 and up required);
30+
`Valkey <https://valkey.io/>`__ and `KeyDB <https://docs.keydb.dev/>`__ are expected to work as Redis-compatible backends.
3131

3232
.. note:: Automated/formal testing currently only occurs against Redis Open Source.
3333

3434
For local and distributed caching, as well as transactional file locking.
3535

36-
* `Memcached <https://www.memcached.org/>`_
36+
* `Memcached <https://www.memcached.org/>`__
3737

3838
For distributed caching.
3939

@@ -111,7 +111,6 @@ APCu is faster for local caching than Redis. If you have enough memory, use
111111
APCu for Memory Caching and Redis for File Locking. If you are low on memory,
112112
use Redis for both.
113113

114-
115114
APCu
116115
----
117116

@@ -341,8 +340,7 @@ prevent session corruption when using Redis as your session handler: ::
341340
More information on configuration of phpredis session handler can be found on the
342341
`PhpRedis GitHub page <https://github.com/phpredis/phpredis>`_
343342

344-
.. _install_redis_label:
345-
343+
.. _install_redis_label:
346344

347345
Memcached
348346
---------

0 commit comments

Comments
 (0)