Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ trackingGetTotalKeys
Function
trackingGetTotalKeys
app/redis-6.2.6/src/tracking.c:596–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
594
}
595
596
uint64_t trackingGetTotalKeys(void) {
597
if (TrackingTable == NULL) return 0;
598
return raxSize(TrackingTable);
599
}
600
601
uint64_t trackingGetTotalPrefixes(void) {
602
if (PrefixTable == NULL) return 0;
Callers
1
genRedisInfoString
Function · 0.85
Calls
1
raxSize
Function · 0.85
Tested by
no test coverage detected