Hi
I make a redis cluster 5.0.8 recently, when I migrate one slot manually through url, migrated slot is migrating or importing status and the key in slot has been migrated to dest node, I find that clients operater(include write and read) for key in migrated slot occur an ask erro
So what details does redis doing when slots resharding, and Can it affect connected clients operater?
Comment From: yossigo
@MrYourM -ASK errors are part of the Redis Cluster Protocol Specification and clients must handle them to continue working well during resharding. Make sure you're using a client librayr that supports Redis Cluster and you're aware of any client-specific implementation details.