MCPcopy 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
596uint64_t trackingGetTotalKeys(void) {
597 if (TrackingTable == NULL) return 0;
598 return raxSize(TrackingTable);
599}
600
601uint64_t trackingGetTotalPrefixes(void) {
602 if (PrefixTable == NULL) return 0;

Callers 1

genRedisInfoStringFunction · 0.85

Calls 1

raxSizeFunction · 0.85

Tested by

no test coverage detected