Skip to content

how to configure Redis leaderborads with redis cluster endpoint #52

@anush0247

Description

@anush0247

Hi,

we are using Redis with a single node, its working fine for us.

when we configured the same with cluster primary endpoint, xxxx.xxx.clustercfg.aps1.cache.amazonaws.com we are getting an error like

    628         if isinstance(response, ResponseError):
--> 629             raise response
    630         return response
    631 

ResponseError: MOVED 1896 10.0.0.27:6379

when I am using 10.0.0.27 everything working fine.

but the point here is to use the primary endpoint DNS value, irrespective of the ip, can you suggest us the correct way to use the cluster endpoint

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions