forked-synapse/synapse/replication/slave/storage
Erik Johnston 458b6f4733 Only invalidate membership caches based on the cache stream
Before we completely invalidated get_users_in_room whenever we updated
any current_state_events table. This was way too aggressive.
2017-01-31 16:09:03 +00:00
..
__init__.py Add a slaved events store class 2016-04-06 14:18:35 +01:00
_base.py Invalidate retry cache in both directions 2016-11-22 17:45:44 +00:00
_slaved_id_tracker.py Add a slaved events store class 2016-04-06 14:18:35 +01:00
account_data.py Add methods to events, account data and receipt slaves 2016-06-03 11:19:27 +01:00
appservice.py Add appservice worker 2016-08-18 14:59:55 +01:00
deviceinbox.py Handle sending events and device messages over federation 2016-11-17 15:48:04 +00:00
devices.py Hook device list updates to replication 2017-01-27 14:31:35 +00:00
directory.py Use cached version of get_aliases_for_room 2016-08-15 11:24:12 +01:00
events.py Only invalidate membership caches based on the cache stream 2017-01-31 16:09:03 +00:00
filtering.py Add a comment explaining why the filter cache doesn't need exipiring 2016-06-03 11:03:10 +01:00
keys.py Add more key storage funcs into slave store 2016-07-28 15:41:26 +01:00
presence.py Add a slaved store for presence 2016-06-03 11:05:53 +01:00
push_rule.py Add slaved stores for filters, tokens, and push rules 2016-06-03 10:58:03 +01:00
pushers.py Assert that stream replicated stream positions are ints 2016-05-13 17:33:44 +01:00
receipts.py Add methods to events, account data and receipt slaves 2016-06-03 11:19:27 +01:00
registration.py Add appservice worker 2016-08-18 14:59:55 +01:00
room.py Add cache to get_public_room_ids_at_stream_id 2016-12-12 14:41:51 +00:00
transactions.py Invalidate retry cache in both directions 2016-11-22 17:45:44 +00:00