Hello,
I'm implementing a client for redis cluster in ruby.
https://github.com/redis-rb/redis-cluster-client
I'm trying to test the client under resharding and scale reading conditions. But it seems that replica nodes don't reply ask-redirection error. Clients receive nil from replica nodes while resharding. Is there a way to obtain values of keys in the middle of resharding from replica nodes correctly?
I'm testing with redis 7 docker image.