Skip to content

Commit c8d2e8a

Browse files
authored
Merge pull request #14949 from nextcloud/backport/14907/stable33
[stable33] fix(admin): restore proper anchor IDs for APCu, Redis and Memcached sections
2 parents 8509b8d + 804f31d commit c8d2e8a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

admin_manual/configuration_server/caching_configuration.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ 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
A local cache for systems.
27-
* `Redis <http://redis.io/>`_, server 4.0.0 and up required.
27+
* `Redis <http://redis.io/>`__, server 4.0.0 and up required.
2828
For local and distributed caching, as well as transactional file locking.
29-
* `Memcached <https://www.memcached.org/>`_
29+
* `Memcached <https://www.memcached.org/>`__
3030
For distributed caching.
3131

3232
Data caches, or memcaches, must be explicitly configured in Nextcloud by installing
@@ -102,7 +102,6 @@ Additional notes for Redis vs. APCu on memory caching
102102
APCu is faster at local caching than Redis. If you have enough memory, use APCu for Memory Caching
103103
and Redis for File Locking. If you are low on memory, use Redis for both.
104104

105-
106105
APCu
107106
----
108107

@@ -318,8 +317,7 @@ prevent session corruption when using Redis as your session handler: ::
318317
More information on configuration of phpredis session handler can be found on the
319318
`PhpRedis GitHub page <https://github.com/phpredis/phpredis>`_
320319

321-
.. _install_redis_label:
322-
320+
.. _install_redis_label:
323321

324322
Memcached
325323
---------

0 commit comments

Comments
 (0)