summary refs log tree commit diff
path: root/changelog.d/9218.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.27.0rc1Erik Johnston2021-02-021-1/+0
|
* Periodically send pings to detect dead Redis connections (#9218)Erik Johnston2021-01-261-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).