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

Default reconnect strategy uses exponential backoff and jitter #2736

Open
wants to merge 5 commits into
base: v5
Choose a base branch
from

Commits on Apr 5, 2024

  1. Default reconnect strategy uses exponential backoff and jitter

    Both are recommended parts of client reconnect strategies to prevent
    thundering herd problems when many clients lose their connection at once
    (for example, during a Redis upgrade).
    qsymmachus committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6ce28e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    9d80ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a36c6f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    38eb603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7304ad View commit details
    Browse the repository at this point in the history