add redis support

This commit is contained in:
Max Klenk
2020-09-10 13:39:00 +02:00
parent 06bc430c7c
commit a25a429a52
11 changed files with 206 additions and 14 deletions

View File

@ -275,8 +275,8 @@ matrix_synapse_workers_enabled_list:
- { worker: appservice, port: 18301 }
- { worker: federation_sender, port: 18401 }
- { worker: media_repository, port: 18501 }
- { worker: user_dir, port: 18502 }
- { worker: frontend_proxy, port: 18503 }
- { worker: user_dir, port: 18601 }
- { worker: frontend_proxy, port: 18701 }
# The list of available workers (2020-08-28)
matrix_synapse_workers_avail_list:
@ -288,8 +288,13 @@ matrix_synapse_workers_avail_list:
- user_dir
- frontend_proxy
# Ports used for communication between main synapse process and workers
matrix_synapse_replication_tcp_port: 9092
# Redis information
matrix_synapse_redis_enabled: false
matrix_synapse_redis_host: ""
matrix_synapse_redis_port: 6379
matrix_synapse_redis_password: ""
# Port used for communication between main synapse process and workers
matrix_synapse_replication_http_port: 9093
# Send ERROR logs to sentry.io for easier tracking