MatrixSynapse/synapse/replication/slave/storage
Erik Johnston 09f79aaad0 Use presence replication stream to invalidate cache
Instead of using the cache invalidation replication stream to invalidate
the _get_presence_cache, we can instead rely on the presence replication
stream. This reduces the amount of replication traffic considerably.
2017-03-24 13:21:08 +00:00
..
__init__.py
_base.py
_slaved_id_tracker.py Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
account_data.py
appservice.py
deviceinbox.py Fix it for the workers 2017-03-10 11:22:25 +00:00
devices.py
directory.py
events.py Replace some calls to cursor_to_dict 2017-03-24 11:07:02 +00:00
filtering.py
keys.py
presence.py Use presence replication stream to invalidate cache 2017-03-24 13:21:08 +00:00
push_rule.py
pushers.py
receipts.py
registration.py
room.py
transactions.py