Searched defs:hashslot (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 1471 unsigned int hashslot = keyHashSlot(key->ptr,sdslen(key->ptr)); in slotToKeyUpdateKey() local 1507 unsigned int getKeysInSlot(unsigned int hashslot, robj **keys, unsigned int count) { in getKeysInSlot() 1526 unsigned int delKeysInSlot(unsigned int hashslot) { in delKeysInSlot() 1547 unsigned int countKeysInSlot(unsigned int hashslot) { in countKeysInSlot()
|
| H A D | cluster.c | 5452 …deByQuery(client *c, struct redisCommand *cmd, robj **argv, int argc, int *hashslot, int *error_co… in getNodeByQuery() 5631 void clusterRedirectClient(client *c, clusterNode *n, int hashslot, int error_code) { in clusterRedirectClient()
|
| H A D | server.c | 2604 int hashslot; in processCommand() local
|