MCPcopy Create free account
hub / github.com/F-Stack/f-stack / countKeysInSlot

Function countKeysInSlot

app/redis-6.2.6/src/db.c:2007–2009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2005}
2006
2007unsigned int countKeysInSlot(unsigned int hashslot) {
2008 return server.cluster->slots_keys_count[hashslot];
2009}

Callers 3

clusterCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected