diff options
author | 999lakhisidhu <42063995+999lakhisidhu@users.noreply.github.com> | 2023-02-15 16:39:31 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 07:39:31 -0500 |
commit | 27a3a72a50cb24f25e48fad1e6e79aba2cd1bea2 (patch) | |
tree | e640256d7a26f03bcec1a7bbbf8711ecebb54f49 /contrib | |
parent | Update the error code for duplicate annotation (#15075) (diff) | |
download | synapse-27a3a72a50cb24f25e48fad1e6e79aba2cd1bea2.tar.xz |
Support for selecting the Redis logical database. (#15034)
Note that this is only used for key-value store (cached values) and not for the pub/sub replication used by Synapse.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/docker_compose_workers/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/docker_compose_workers/README.md b/contrib/docker_compose_workers/README.md index bdd3dd32e0..d3cdfe5614 100644 --- a/contrib/docker_compose_workers/README.md +++ b/contrib/docker_compose_workers/README.md @@ -68,6 +68,7 @@ redis: enabled: true host: redis port: 6379 + # dbid: <redis_logical_db_id> # password: <secret_password> ``` |