Home
last modified time | relevance | path

Searched refs:keyHashSlot (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c662 unsigned int keyHashSlot(char *key, int keylen) { in keyHashSlot() function
4517 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()
H A Ddb.c1471 unsigned int hashslot = keyHashSlot(key->ptr,sdslen(key->ptr)); in slotToKeyUpdateKey()
H A Dserver.h1878 unsigned int keyHashSlot(char *key, int keylen);