diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 12:42:06 -0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 12:42:06 -0300 |
commit | 1e75206670f2f2b15f1f9d1de1bce94892c64c7f (patch) | |
tree | 176bfbd798c71b738d7c5cfa2e25db1fd0b3cd2c /config | |
parent | 705483e7123e2e2da6421d7f02c4a5b899cade3d (diff) | |
download | nextcloud-server-1e75206670f2f2b15f1f9d1de1bce94892c64c7f.tar.gz nextcloud-server-1e75206670f2f2b15f1f9d1de1bce94892c64c7f.zip |
Improve documentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 4646de33082..d106d03f602 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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) |