mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #12018 from nextcloud/backport/12017/stable28
[stable28] Require Redis v4.0.0+
This commit is contained in:
commit
c2d6a4b136
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user