Skip to content

MOVED errors #917

@apremalal

Description

@apremalal

I am using aws redis cache cluster(2 shards each with 1 master and 1 slave) with following configurations.

redis.NewClient(&redis.Options{
			Addr:       []string{"url1:6379","url2:6379","url3:6379","url4:6379"},
			Password:   "",
			DB:         0,
			MaxRetries: 4,
                       MaxRedirects: 8,
		})

I'm getting MOVED errors time to time. Do I need to configured the slot details manually?

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