Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2007
unsigned int countKeysInSlot(unsigned int hashslot) {
2008
return server.cluster->slots_keys_count[hashslot];
2009
}
Callers
3
clusterUpdateSlotsConfigWith
Function · 0.85
verifyClusterConfigWithData
Function · 0.85
clusterCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected