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

Failover handling improvements for RedisCluster and Async RedisCluster #2377

Merged
merged 17 commits into from
Nov 10, 2022

Commits on Nov 2, 2022

  1. Cluster&AsyncCluster: Removed handling of timeouts/connection errors …

    …within the cluster loop, fixed "cannot pickle '_thread.lock' object" bug, added client's side failover handling improvements
    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    dad144b View commit details
    Browse the repository at this point in the history
  2. Fixed linters

    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7ece39e View commit details
    Browse the repository at this point in the history
  3. Type fixes

    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    769f097 View commit details
    Browse the repository at this point in the history
  4. Added to CHANGES

    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d852bc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1415633 View commit details
    Browse the repository at this point in the history
  6. Fixed linters

    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c0b57ae View commit details
    Browse the repository at this point in the history
  7. Fixed test

    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    513f913 View commit details
    Browse the repository at this point in the history
  8. Fixed test_client_kill test

    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1aa3e7c View commit details
    Browse the repository at this point in the history
  9. Changed get_default_backoff to default_backoff, removed retry_on_erro…

    …r and connection_error_retry_attempts from RedisCluster, default retry changed to no retries
    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    e100923 View commit details
    Browse the repository at this point in the history
  10. Fixing linters

    barshaul committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    eebf4b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ca002d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04dfd25 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b43b1dc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    9d1d6da View commit details
    Browse the repository at this point in the history
  2. fix review comments

    dvora-h committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c306b37 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    dc9808a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19b545 View commit details
    Browse the repository at this point in the history