From 0276e5545c78490613871939d48989090a54c2c9 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 5 May 2011 17:50:14 +0200 Subject: [PATCH] Fixed problem in cluster redirection due to a stupid typo --- src/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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