Cluster: SORT get keys helper implemented.

This commit is contained in:
antirez
2014-03-10 16:26:08 +01:00
parent 0c38b3c934
commit 399fca8f45
3 changed files with 47 additions and 1 deletions

View File

@ -1241,6 +1241,7 @@ int *getKeysFromCommand(struct redisCommand *cmd, robj **argv, int argc, int *nu
void getKeysFreeResult(int *result);
int *zunionInterGetKeys(struct redisCommand *cmd,robj **argv, int argc, int *numkeys);
int *evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
int *sortGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
/* Cluster */
void clusterInit(void);