mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 01:00:39 -05:00
Drop support for redis.dbid (#7450)
Since we only use pubsub, the dbid is irrelevant.
This commit is contained in:
parent
d9b8d27494
commit
da9b2db3af
3 changed files with 2 additions and 4 deletions
|
|
@ -31,5 +31,4 @@ class RedisConfig(Config):
|
|||
|
||||
self.redis_host = redis_config.get("host", "localhost")
|
||||
self.redis_port = redis_config.get("port", 6379)
|
||||
self.redis_dbid = redis_config.get("dbid")
|
||||
self.redis_password = redis_config.get("password")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue