提交 4b61ca46 编写于 作者: A antirez

fixed a bug in RENAME getKeys() function

上级 6e1b9b58
......@@ -666,7 +666,7 @@ int *renameGetKeys(struct redisCommand *cmd,robj **argv, int argc, int *numkeys,
int *keys = zmalloc(sizeof(int));
*numkeys = 1;
keys[0] = 1;
return NULL;
return keys;
} else {
return getKeysUsingCommandTable(cmd,argv,argc,numkeys);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册