Require Redis v4.0.0+

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow
2024-07-15 10:38:35 +02:00
committed by GitHub
parent eb1f05dbe4
commit ebbacc4e0f

View File

@@ -24,7 +24,7 @@ needs. The supported caching backends are:
* `APCu <https://pecl.php.net/package/APCu>`_, APCu 4.0.6 and up required.
A local cache for systems.
* `Redis <http://redis.io/>`_, PHP module 2.2.6 and up required.
* `Redis <http://redis.io/>`_, server 4.0.0 and up required.
For local and distributed caching, as well as transactional file locking.
* `Memcached <https://www.memcached.org/>`_
For distributed caching.