Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better deal with "lost" connections for async Redis #2999

Merged
merged 4 commits into from
Oct 16, 2023

Commits on Oct 12, 2023

  1. 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.
    kristjanvalur committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8a6a114 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    57876e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e86bdce View commit details
    Browse the repository at this point in the history
  3. lint

    kristjanvalur committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c497789 View commit details
    Browse the repository at this point in the history