]> source.dussan.org Git - nextcloud-server.git/commitdiff
Improve documentation 4664/head
authorMorris Jobke <hey@morrisjobke.de>
Tue, 2 May 2017 15:42:06 +0000 (12:42 -0300)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 2 May 2017 15:42:06 +0000 (12:42 -0300)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
config/config.sample.php

index 4646de330829e829a90292a002f769a965425f2b..d106d03f6029e340b4f76862a68d1c1bcd5b4cbf 100644 (file)
@@ -1062,7 +1062,8 @@ $CONFIG = array(
  * Only for use with Redis Clustering, for Sentinel-based setups use the single
  * server configuration above, and perform HA on the hostname.
  *
- * Redis Cluster support requires the php module phpredis in version 3.0.0 or higher.
+ * Redis Cluster support requires the php module phpredis in version 3.0.0 or
+ * higher for PHP 7+ or phpredis in version 2.2.8 for PHP 5.6.
  *
  * Available failover modes:
  *  - \RedisCluster::FAILOVER_NONE - only send commands to master nodes (default)