Commit 0276e554 authored by antirez's avatar antirez
Browse files

Fixed problem in cluster redirection due to a stupid typo

parent 3edbcab9
......@@ -1650,7 +1650,7 @@ clusterNode *getNodeByQuery(redisClient *c, struct redisCommand *cmd, robj **arg
margv = ms->commands[i].argv;
keyindex = getKeysFromCommand(mcmd,margv,margc,&numkeys,
REDIS_GETKEYS_PRELOAD);
REDIS_GETKEYS_ALL);
for (j = 0; j < numkeys; j++) {
if (firstkey == NULL) {
/* This is the first key we see. Check what is the slot
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment