Merge pull request #12018 from nextcloud/backport/12017/stable28

[stable28] Require Redis v4.0.0+
This commit is contained in:
Joas Schilling 2024-07-15 12:52:35 +02:00 committed by GitHub
commit c2d6a4b136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.