mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 06:24:07 -04:00
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.
This commit is contained in:
parent
5febf88b6c
commit
27a3a72a50
5 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,7 @@ redis:
|
|||
enabled: true
|
||||
host: redis
|
||||
port: 6379
|
||||
# dbid: <redis_logical_db_id>
|
||||
# password: <secret_password>
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue