From: antirez Date: Thu, 5 May 2011 15:50:14 +0000 (+0200) Subject: Fixed problem in cluster redirection due to a stupid typo X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/0276e5545c78490613871939d48989090a54c2c9 Fixed problem in cluster redirection due to a stupid typo --- diff --git a/src/cluster.c b/src/cluster.c index b77a61b0..1d39d3e8 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -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