Lines Matching refs:redisCommand
654 struct redisCommand *cmd;
729 struct redisCommand *cmd, *lastcmd; /* Last command executed. */
840 struct redisCommand *cmd;
998 struct redisCommand *delCommand, *multiCommand, *lpushCommand,
1298 typedef int *redisGetKeysProc(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
1299 struct redisCommand { struct
1402 int *moduleGetCommandKeysViaAPI(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
1628 void feedAppendOnlyFile(struct redisCommand *cmd, int dictid, robj **argv, int argc);
1716 struct redisCommand *lookupCommand(sds name);
1717 struct redisCommand *lookupCommandByCString(char *s);
1718 struct redisCommand *lookupCommandOrOriginal(sds name);
1720 void propagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, int flags);
1721 void alsoPropagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, int target);
1866 int *getKeysFromCommand(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
1868 int *zunionInterGetKeys(struct redisCommand *cmd,robj **argv, int argc, int *numkeys);
1869 int *evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
1870 int *sortGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
1871 int *migrateGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
1872 int *georadiusGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
1873 int *xreadGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);