mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
7ee24c5674
Before all streams were only written to from master, so only master needed to respond to `REPLICATE` commands. Before all instances wrote to the cache invalidation stream, but didn't respond to `REPLICATE`. This was a bug, which could lead to missed rows from cache invalidation stream if an instance is restarted, however all the caches would be empty in that case so it wasn't a problem. |
||
---|---|---|
.. | ||
streams | ||
__init__.py | ||
client.py | ||
commands.py | ||
handler.py | ||
protocol.py | ||
redis.py | ||
resource.py |