diff options
author | clokep <clokep@users.noreply.github.com> | 2023-05-26 19:29:40 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2023-05-26 19:29:40 +0000 |
commit | b321257352e9c740f764514e1a9df582c91e3043 (patch) | |
tree | ad70df1db0712bb20ccb729caaa91e696a7aeea3 /develop/print.html | |
parent | deploy: 179f0f851e456c8dda3c7092bcb72bd2ec5e65cc (diff) | |
download | synapse-b321257352e9c740f764514e1a9df582c91e3043.tar.xz |
deploy: c835befd10ae0087c3c54a36989ba347313b68af
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index c57bf31245..3097b80ebb 100644 --- a/develop/print.html +++ b/develop/print.html @@ -7042,6 +7042,10 @@ This setting has the following sub-options:</p> localhost and 6379</p> </li> <li> +<p><code>path</code>: The full path to a local Unix socket file. <strong>If this is used, <code>host</code> and +<code>port</code> are ignored.</strong> Defaults to `/tmp/redis.sock'</p> +</li> +<li> <p><code>password</code>: Optional password if configured on the Redis instance.</p> </li> <li> @@ -7063,6 +7067,7 @@ localhost and 6379</p> <p><code>ca_path</code>: Optional path to the folder containing the CA certificate file</p> <p><em>Added in Synapse 1.78.0.</em></p> <p><em>Changed in Synapse 1.84.0: Added use_tls, certificate_file, private_key_file, ca_file and ca_path attributes</em></p> +<p><em>Changed in Synapse 1.85.0: Added path option to use a local Unix socket</em></p> </li> </ul> <p>Example configuration:</p> |