summary refs log tree commit diff
path: root/synapse/replication/slave/storage/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix state cache invalidation on workersErik Johnston2019-02-221-6/+1
* Batch cache invalidation over replicationErik Johnston2019-02-181-7/+12
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-0/+9
* run isortAmber Brown2018-07-091-2/+2
* Make __init__ consitstent across Store heirarchyRichard van der Hoff2017-11-131-1/+1
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-24/+7
* Don't log unknown cache warnings in workersErik Johnston2017-02-281-1/+3
* Invalidate retry cache in both directionsErik Johnston2016-11-221-0/+19
* Use cached get_user_by_access_token in slavesErik Johnston2016-08-161-1/+1
* Rename table. Add docs.Erik Johnston2016-08-151-1/+1
* Implement cache replication streamErik Johnston2016-08-151-1/+29
* Add a slaved events store classMark Haines2016-04-061-0/+28