-
- Downloads
Simplify cache invalidation after event persist txn (#13796)
This moves all the invalidations into a single place and de-duplicates the code involved in invalidating caches for a given event by using the base class method.
Showing
- changelog.d/13796.misc 1 addition, 0 deletionschangelog.d/13796.misc
- synapse/storage/_base.py 3 additions, 0 deletionssynapse/storage/_base.py
- synapse/storage/databases/main/cache.py 21 additions, 13 deletionssynapse/storage/databases/main/cache.py
- synapse/storage/databases/main/events.py 27 additions, 106 deletionssynapse/storage/databases/main/events.py
changelog.d/13796.misc
0 → 100644
Please register or sign in to comment