Searched refs:keystep (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redismodule.h | 197 …r *name, RedisModuleCmdFunc cmdfunc, const char *strflags, int firstkey, int lastkey, int keystep);
|
| H A D | module.c | 697 … *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 D | db.c | 1207 for (j = cmd->firstkey; j <= last; j += cmd->keystep) { in getKeysUsingCommandTable()
|
| H A D | server.h | 1311 int keystep; /* The step between first and last key */ member
|
| H A D | server.c | 3032 addReplyLongLong(c, cmd->keystep); in addReplyCommand()
|