From 29bd8c84a951ea16c6667075b9730ee80a102ea1 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 23 May 2019 03:05:08 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index be8d4aaab..2934d93d7 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1314,11 +1314,12 @@ for more information. 'redis.cluster' => [ 'seeds' => [ // provide some/all of the cluster servers to bootstrap discovery, port required 'localhost:7000', - 'localhost:7001' + 'localhost:7001', ], 'timeout' => 0.0, 'read_timeout' => 0.0, - 'failover_mode' => \RedisCluster::FAILOVER_ERROR + 'failover_mode' => \RedisCluster::FAILOVER_ERROR, + 'password' => '', // Optional, if not defined no password will be used. ], Connection details for a Redis Cluster @@ -1342,6 +1343,9 @@ which then causes a FileLocked exception. See https://redis.io/topics/cluster-spec for details about the Redis cluster +Authentication works with phpredis version 4.2.1+. See +https://github.com/phpredis/phpredis/commit/c5994f2a42b8a348af92d3acb4edff1328ad8ce1 + :: 'memcached_servers' => array(