Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ countKeysInSlot
Function
countKeysInSlot
src/db.cpp:2593–2595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2591
}
2592
2593
unsigned int countKeysInSlot(unsigned int hashslot) {
2594
return g_pserver->cluster->slots_keys_count[hashslot];
2595
}
2596
2597
void redisDbPersistentData::initialize()
2598
{
Callers
3
clusterUpdateSlotsConfigWith
Function · 0.85
verifyClusterConfigWithData
Function · 0.85
clusterCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected