summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-05-26 19:29:40 +0000
committerclokep <clokep@users.noreply.github.com>2023-05-26 19:29:40 +0000
commitb321257352e9c740f764514e1a9df582c91e3043 (patch)
treead70df1db0712bb20ccb729caaa91e696a7aeea3 /develop/print.html
parentdeploy: 179f0f851e456c8dda3c7092bcb72bd2ec5e65cc (diff)
downloadsynapse-b321257352e9c740f764514e1a9df582c91e3043.tar.xz
deploy: c835befd10ae0087c3c54a36989ba347313b68af
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html5
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>