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
Better deal with "lost" connections for async Redis (#2999)
* Allow tracking/reporting and closing of "lost" connections.
ConnectionPool keeps a WeakSet of in_use connections, allowing lost ones to be collected.
Collection produces a warning and closes the underlying transport.
* Add tests for the __del__ handlers of async Redis and Connection objects
* capture expected warnings in the test
* lint
0 commit comments