generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot 2019-05-23 03:04:58 +00:00
parent af4d9acbac
commit 76b778c054
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

View File

@ -1318,11 +1318,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
@ -1346,6 +1347,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(