@@ -22,11 +22,11 @@ every time they are called. PHP bundles the Zend OPcache in core since version
2222caching backends, so you can choose the type of memcache that best fits your
2323needs. 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
3232Data caches, or memcaches, must be explicitly configured in Nextcloud by installing
@@ -102,7 +102,6 @@ Additional notes for Redis vs. APCu on memory caching
102102APCu is faster at local caching than Redis. If you have enough memory, use APCu for Memory Caching
103103and Redis for File Locking. If you are low on memory, use Redis for both.
104104
105-
106105APCu
107106----
108107
@@ -318,8 +317,7 @@ prevent session corruption when using Redis as your session handler: ::
318317More 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
324322Memcached
325323---------
0 commit comments