You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganizing the code related to maintenance push notifications. (#3785)
* Extracting maintenance push notifications logic in separate abstract classes. Usingle multiple inheritance for Connection and ConnectionPool classes to expose the maintenance push notifications for the existing connections.
* Fixing credential tests and linters errors
* Adding better handling of configs and fixing tests
* Fixing linter- unused import, and a docstring
* Fixing check for correct parser when protocol is 3
* Moving _should_reconnect related code back to generic ConnectionInterface as it is also used by AA
* Fixing e2e tests redis client setup
* Applying review comments
0 commit comments