mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Update caching_configuration.rst
Add some comma Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
This commit is contained in:
@@ -77,7 +77,7 @@ Use APCu for local cache and either Redis cluster ...::
|
||||
'cache-cluster:7000',
|
||||
'cache-cluster:7001',
|
||||
],
|
||||
]
|
||||
],
|
||||
|
||||
... or Memcached cluster ...::
|
||||
|
||||
@@ -182,7 +182,7 @@ The following options are available to configure when using a single redis serve
|
||||
'dbindex' => 0,
|
||||
'timeout' => 1.5,
|
||||
'read_timeout' => 1.5,
|
||||
]
|
||||
],
|
||||
|
||||
The following options are available to configure when using a redis cluster (all but ``seeds`` are optional)::
|
||||
|
||||
@@ -229,9 +229,9 @@ To connect via TCP over TLS, add the following configuration::
|
||||
'local_cert' => '/certs/redis.crt',
|
||||
'local_pk' => '/certs/redis.key',
|
||||
'cafile' => '/certs/ca.crt',
|
||||
'verify_peer_name' => false
|
||||
]
|
||||
]
|
||||
'verify_peer_name' => false,
|
||||
],
|
||||
],
|
||||
|
||||
Connecting to Redis cluster over TLS
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
@@ -246,9 +246,9 @@ To connect via TCP over TLS, add the following configuration::
|
||||
'local_cert' => '/certs/redis.crt',
|
||||
'local_pk' => '/certs/redis.key',
|
||||
'cafile' => '/certs/ca.crt',
|
||||
'verify_peer_name' => false
|
||||
]
|
||||
]
|
||||
'verify_peer_name' => false,
|
||||
],
|
||||
],
|
||||
|
||||
Connecting to single Redis server over UNIX socket
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user