A question about redis-cluster?

42 views
Skip to first unread message

CharSyam

unread,
Oct 25, 2012, 1:42:18 AM10/25/12
to redi...@googlegroups.com
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~~

Josiah Carlson

unread,
Oct 25, 2012, 9:28:35 AM10/25/12
to redi...@googlegroups.com
Clients will have to be modified, yes.

But if you pass a command with multiple keys to a Redis cluster
server, and not all keys are on that cluster node, you will receive an
error and nothing will be done.

Regards,
- Josiah
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/redis-db/-/OpDdG5tY3jIJ.
> To post to this group, send email to redi...@googlegroups.com.
> To unsubscribe from this group, send email to
> redis-db+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/redis-db?hl=en.
Reply all
Reply to author
Forward
0 new messages