From b321257352e9c740f764514e1a9df582c91e3043 Mon Sep 17 00:00:00 2001 From: clokep Date: Fri, 26 May 2023 19:29:40 +0000 Subject: deploy: c835befd10ae0087c3c54a36989ba347313b68af --- develop/print.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'develop/print.html') 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:

localhost and 6379

  • +

    path: The full path to a local Unix socket file. If this is used, host and +port are ignored. Defaults to `/tmp/redis.sock'

    +
  • +
  • password: Optional password if configured on the Redis instance.

  • @@ -7063,6 +7067,7 @@ localhost and 6379

    ca_path: Optional path to the folder containing the CA certificate file

    Added in Synapse 1.78.0.

    Changed in Synapse 1.84.0: Added use_tls, certificate_file, private_key_file, ca_file and ca_path attributes

    +

    Changed in Synapse 1.85.0: Added path option to use a local Unix socket

  • Example configuration:

    -- cgit 1.4.1