@@ -22,18 +22,18 @@ 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
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
111111APCu for Memory Caching and Redis for File Locking. If you are low on memory,
112112use Redis for both.
113113
114-
115114APCu
116115----
117116
@@ -341,8 +340,7 @@ prevent session corruption when using Redis as your session handler: ::
341340More 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
347345Memcached
348346---------
0 commit comments