Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use cluster-aware redis client #420

Description

@dimbleby

Running against Azure Managed Redis with its default clustering policy "OSSCluster" we see failures with redis.exceptions.MovedError

Apparently the solution should be to use a cluster-aware client, as in from redis.cluster import RedisCluster etc

(See also: https://learn.microsoft.com/en-nz/answers/questions/5612078/having-issues-with-redis-clustering-on-azure-manag)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions