mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
Fixed problem in cluster redirection due to a stupid typo
This commit is contained in:
parent
3edbcab95a
commit
0276e5545c
@ -1650,7 +1650,7 @@ clusterNode *getNodeByQuery(redisClient *c, struct redisCommand *cmd, robj **arg
|
|||||||
margv = ms->commands[i].argv;
|
margv = ms->commands[i].argv;
|
||||||
|
|
||||||
keyindex = getKeysFromCommand(mcmd,margv,margc,&numkeys,
|
keyindex = getKeysFromCommand(mcmd,margv,margc,&numkeys,
|
||||||
REDIS_GETKEYS_PRELOAD);
|
REDIS_GETKEYS_ALL);
|
||||||
for (j = 0; j < numkeys; j++) {
|
for (j = 0; j < numkeys; j++) {
|
||||||
if (firstkey == NULL) {
|
if (firstkey == NULL) {
|
||||||
/* This is the first key we see. Check what is the slot
|
/* This is the first key we see. Check what is the slot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user