summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move event stream handling out of slave store. (#7491)Erik Johnston2020-05-151-2/+100
* Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-071-38/+46
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-21/+23
* Propagate cache invalidates from workers to other workers. (#6748)Erik Johnston2020-01-271-1/+21
* Allow streaming cache invalidate all to workers. (#6749)Erik Johnston2020-01-221-4/+23
* move batch_iter to a separate moduleRichard van der Hoff2020-01-161-1/+1
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-2/+4
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-1/+1
* _CURRENT_STATE_CACHE_NAME is publicErik Johnston2019-12-041-3/+3
* Move cache invalidation to main data storeErik Johnston2019-12-041-0/+131