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

MOVED errors #917

Closed
apremalal opened this issue Dec 3, 2018 · 2 comments
Closed

MOVED errors #917

apremalal opened this issue Dec 3, 2018 · 2 comments

Comments

@apremalal
Copy link

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?

@vmihailenco
Copy link
Collaborator

No, slots are configured automatically.

@sumjha
Copy link

sumjha commented Jul 11, 2020

@apremalal : I am also facing this same issue. How did you resolve that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants