summary refs log tree commit diff
path: root/synapse/replication/slave/storage/presence.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-4/+4
|
* Move get_presence_list_* to SlaveStoreErik Johnston2017-04-111-0/+10
|
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-10/+9
| | | | | | | As the TCP replication uses a slightly different API and streams than the HTTP replication. This breaks HTTP replication.
* Use presence replication stream to invalidate cacheErik Johnston2017-03-241-0/+1
| | | | | | 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.
* Cache get_presence storageErik Johnston2017-02-131-1/+3
|
* Add a slaved store for presenceMark Haines2016-06-031-0/+59