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

Support Redis Cluster Configuration Endpoint #4947

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Support Redis Cluster Configuration Endpoint #4947

merged 1 commit into from
Jan 5, 2022

Commits on Dec 22, 2021

  1. Support Redis Cluster Configuration Endpoint

    The go-redis options requires multiple redis addresses for a cluster.
    In some scenarios like AWS ElastiCache, a single configuration endpoint
    is used to resolve all cluster nodes.
    
    This change adds an extra step to resolve all nodes and pass them to go-redis.
    It remove the need to specify multiple cluster nodes in the configuration.
    
    No tests were added for this scenario since it requires patching
    the Go resolver during runtime.
    
    Signed-off-by: Siavash Safi <siavash.safi@gmail.com>
    siavashs committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    e8ceccd View commit details
    Browse the repository at this point in the history