From 6cb54d0891437d1e9208ebed3db1b09ea16b4be8 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 13 Jan 2018 03:35:47 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 2b3288c72..c105888d2 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1254,7 +1254,7 @@ 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 for PHP 7+ or phpredis in version 2.2.8 for PHP 5.6. +higher. Available failover modes: - \\RedisCluster::FAILOVER_NONE - only send commands to master nodes (default)