Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.27.0rc1 | Erik Johnston | 2021-02-02 | 1 | -1/+0 |
| | |||||
* | Periodically send pings to detect dead Redis connections (#9218) | Erik Johnston | 2021-01-26 | 1 | -0/+1 |
This is done by creating a custom `RedisFactory` subclass that periodically pings all connections in its pool. We also ensure that the `replyTimeout` param is non-null, so that we timeout waiting for the reply to those pings (and thus triggering a reconnect). |