Home
last modified time | relevance | path

Searched refs:keystep (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredismodule.h197 …r *name, RedisModuleCmdFunc cmdfunc, const char *strflags, int firstkey, int lastkey, int keystep);
H A Dmodule.c697 … *name, RedisModuleCmdFunc cmdfunc, const char *strflags, int firstkey, int lastkey, int keystep) { in RM_CreateCommand() argument
731 cp->rediscmd->keystep = keystep; in RM_CreateCommand()
H A Ddb.c1207 for (j = cmd->firstkey; j <= last; j += cmd->keystep) { in getKeysUsingCommandTable()
H A Dserver.h1311 int keystep; /* The step between first and last key */ member
H A Dserver.c3032 addReplyLongLong(c, cmd->keystep); in addReplyCommand()