Searched refs:rediscmd (Results 1 – 1 of 1) sorted by relevance
184 struct redisCommand *rediscmd; member703 struct redisCommand *rediscmd; in RM_CreateCommand() local723 cp->rediscmd = zmalloc(sizeof(*rediscmd)); in RM_CreateCommand()724 cp->rediscmd->name = cmdname; in RM_CreateCommand()726 cp->rediscmd->arity = -1; in RM_CreateCommand()729 cp->rediscmd->firstkey = firstkey; in RM_CreateCommand()730 cp->rediscmd->lastkey = lastkey; in RM_CreateCommand()731 cp->rediscmd->keystep = keystep; in RM_CreateCommand()732 cp->rediscmd->microseconds = 0; in RM_CreateCommand()733 cp->rediscmd->calls = 0; in RM_CreateCommand()[all …]