projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3edbcab
)
Fixed problem in cluster redirection due to a stupid typo
author
antirez
<antirez@gmail.com>
Thu, 5 May 2011 15:50:14 +0000
(17:50 +0200)
committer
antirez
<antirez@gmail.com>
Thu, 5 May 2011 15:50:14 +0000
(17:50 +0200)
src/cluster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/cluster.c
b/src/cluster.c
index b77a61b0601b7131b80ca9f8164befca79b56b51..1d39d3e81beac925953786d333cab224111b311d 100644
(file)
--- 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