Searched defs:numkeys (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 541 unsigned long numkeys = 0; in keysCommand() local 1195 int *getKeysUsingCommandTable(struct redisCommand *cmd,robj **argv, int argc, int *numkeys) { in getKeysUsingCommandTable() 1240 int *getKeysFromCommand(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in getKeysFromCommand() 1258 int *zunionInterGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in zunionInterGetKeys() 1287 int *evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in evalGetKeys() 1315 int *sortGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in sortGetKeys() 1357 int *migrateGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in migrateGetKeys() 1388 int *georadiusGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in georadiusGetKeys() 1424 int *xreadGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in xreadGetKeys()
|
| H A D | lazyfree.c | 140 size_t numkeys = dictSize(ht1); in lazyfreeFreeDatabaseFromBioThread() local
|
| H A D | blocked.c | 497 void blockForKeys(client *c, int btype, robj **keys, int numkeys, mstime_t timeout, robj *target, s… in blockForKeys()
|
| H A D | bitops.c | 594 unsigned long op, j, numkeys; in bitopCommand() local
|
| H A D | cluster.c | 4532 unsigned int numkeys, j; in clusterCommand() local 5495 int margc, *keyindex, numkeys, j; in getNodeByQuery() local
|
| H A D | scripting.c | 1263 long long numkeys; in evalGenericCommand() local
|
| H A D | server.c | 3067 int *keys, numkeys, j; in commandCommand() local
|
| H A D | module.c | 572 int *moduleGetCommandKeysViaAPI(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in moduleGetCommandKeysViaAPI()
|
| H A D | redis-cli.c | 3610 int numkeys = 0; in clusterManagerGetNodeWithMostKeysInSlot() local
|