Home
last modified time | relevance | path

Searched refs:lastkey (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
730 cp->rediscmd->lastkey = lastkey; in RM_CreateCommand()
H A Ddb.c1204 last = cmd->lastkey; in getKeysUsingCommandTable()
H A Dserver.h1310 int lastkey; /* The last argument that's a key */ member
H A Dserver.c3031 addReplyLongLong(c, cmd->lastkey); in addReplyCommand()