Searched refs:keyHashSlot (Results 1 – 3 of 3) sorted by relevance
662 unsigned int keyHashSlot(char *key, int keylen) { in keyHashSlot() function4517 addReplyLongLong(c,keyHashSlot(key,sdslen(key))); in clusterCommand()5504 int thisslot = keyHashSlot((char*)thiskey->ptr, in getNodeByQuery()5685 int slot = keyHashSlot((char*)key->ptr, sdslen(key->ptr)); in clusterRedirectBlockedClientIfNeeded()
1471 unsigned int hashslot = keyHashSlot(key->ptr,sdslen(key->ptr)); in slotToKeyUpdateKey()
1878 unsigned int keyHashSlot(char *key, int keylen);