MCPcopy 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
2593unsigned int countKeysInSlot(unsigned int hashslot) {
2594 return g_pserver->cluster->slots_keys_count[hashslot];
2595}
2596
2597void redisDbPersistentData::initialize()
2598{

Callers 3

clusterCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected