| Commit message (Expand) | Author | Age | Files | Lines |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -4/+4 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update mypy configuration: `no_implicit_optional = True` (#9742) | Jonathan de Jong | 2021-04-05 | 1 | -1/+1 |
* | Fix remaining mypy issues due to Twisted upgrade. (#9608) | Patrick Cloke | 2021-03-15 | 1 | -1/+1 |
* | Fix additional type hints from Twisted 21.2.0. (#9591) | Patrick Cloke | 2021-03-12 | 1 | -3/+5 |
* | Add logging for redis connection setup (#9590) | Richard van der Hoff | 2021-03-11 | 1 | -0/+35 |
* | Create a SynapseReactor type which incorporates the necessary reactor interfa... | Patrick Cloke | 2021-03-08 | 1 | -1/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -3/+3 |
* | Ensure that we never stop reconnecting to redis (#9391) | Erik Johnston | 2021-02-11 | 1 | -2/+24 |
* | Periodically send pings to detect dead Redis connections (#9218) | Erik Johnston | 2021-01-26 | 1 | -51/+92 |
* | Start fewer opentracing spans (#8640) | Erik Johnston | 2020-10-26 | 1 | -1/+3 |
* | Add unit test for event persister sharding (#8433) | Erik Johnston | 2020-10-02 | 1 | -1/+39 |
* | Handle replication commands synchronously where possible (#7876) | Richard van der Hoff | 2020-07-27 | 1 | -20/+17 |
* | Track command processing as a background process (#7879) | Richard van der Hoff | 2020-07-22 | 1 | -2/+20 |
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 1 | -1/+1 |
* | Fix Redis reconnection logic (#7482) | Erik Johnston | 2020-05-13 | 1 | -1/+6 |
* | Fix errors from malformed log line (#7454) | Richard van der Hoff | 2020-05-07 | 1 | -1/+1 |
* | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 1 | -0/+3 |
|\ |
|
| * | Fix redis password support. (#7401) | Erik Johnston | 2020-05-04 | 1 | -0/+3 |
* | | Wait for a POSITION on the right connection before accepting RDATA | Richard van der Hoff | 2020-05-05 | 1 | -1/+1 |
* | | Wait to subscribe before sending REPLICATE | Richard van der Hoff | 2020-05-05 | 1 | -19/+33 |
|/ |
|
* | Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) | Erik Johnston | 2020-04-29 | 1 | -1/+1 |
* | Fix replication metrics when using redis (#7325) | Erik Johnston | 2020-04-22 | 1 | -1/+13 |
* | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 1 | -0/+181 |