stickermule / rump

Hot sync two Redis servers using dumps.
MIT License
491 stars 94 forks source link

Unexpected element type for Strings, got type redis.Error #18

Closed s4mur4i closed 5 years ago

s4mur4i commented 6 years ago

Hy, I have an interesting issue by some redis clusters. We have 3 redis clusters in AWS. Old, New1, New2 When I do sync from old to new1, then everything goes fine. When I do sync from old to new 2 I get following error: redigo: unexpected element type for Strings, got type redis.Error

I can log into new2 with redis-cli, so don't see what could be wrong, compared to new1. new1 and new 2 are identical clusters, same instance size, count, etc..

Thank you

nixtrace commented 5 years ago

Hi,

Thanks for opening the issue.

We just released Rump 1.0.0, feel free to reopen if you still see this happening.