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

feat: support separate authentication for Sentinel and Redis #888

Merged
merged 4 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. feat: support separate authentication for Sentinel and Redis

    - Add support for distinct username and password for Sentinel and Redis.
    - Resolve issues with connecting when Sentinel has no authentication but Redis does.
    - Handle scenarios where Sentinel and Redis have different authentication configurations.
    - Improve client logic to dynamically manage authentication based on configuration.
    
    BREAKING CHANGE: Requires configuration update to specify separate Sentinel and Redis credentials.
    EquentR committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e92b8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f5ddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f291cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9191df View commit details
    Browse the repository at this point in the history