Hi. I saw redis-cluster architecture document again.
and I have a question about that. in that document, A member of cluster receives query which has a key which is in other hash group.
then it will send a message which that key is in Server B.
But how about Multi Key Command, In current cluster architecture, there is no server proxy,
if client library does it, every client library has to be modified.
How do you implement this?
Thank you.
ps. I am really learning many things from this group. thank you guys~~