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

@ -2,7 +2,6 @@
worker_app: synapse.app.{{ item.worker }}
worker_replication_host: 127.0.0.1
worker_replication_port: {{ matrix_synapse_replication_tcp_port }}
worker_replication_http_port: {{ matrix_synapse_replication_http_port }}
{% if item.worker not in [ 'appservice', 'federation_sender', 'pusher' ] %}