1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Remove Redis and KeyDB support, only leaving Valkey around

This commit is contained in:
Slavi Pantaleev
2025-01-27 09:54:11 +02:00
parent eaa4e86517
commit 43d5596086
7 changed files with 62 additions and 84 deletions

View File

@ -1120,7 +1120,7 @@ matrix_synapse_redis_dbid: 0
#
# If Redis is available, we prefer to use that, instead of talking over Synapse's custom replication protocol.
#
# matrix_synapse_replication_listener_enabled: "{{ matrix_synapse_workers_enabled and not redis_enabled }}"
# matrix_synapse_replication_listener_enabled: "{{ matrix_synapse_workers_enabled and matrix_synapse_redis_enabled }}"
# We force-enable this listener for now until we debug why communication via Redis fails.
matrix_synapse_replication_listener_enabled: true