Files
Marius Seufzer 35f9e7aab8 Add onUnexpectedConnectionClose callback to pool
Currently there is no way to set `RedisConnection`'s `onUnexpectedClosure` for connections within a `RedisConnectionPool`. This PR adds a new closure to `RedisConnectionPool.onUnexpectedConnectionClose` which will be triggered for every pool connection that closed unexpectedly.
2023-06-04 18:10:05 +00:00
..