mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user