MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / freeTrackingRadixTree

Function freeTrackingRadixTree

src/tracking.cpp:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void freeTrackingRadixTree(rax *rt) {
419 raxFreeWithCallback(rt,freeTrackingRadixTreeCallback);
420}
421
422/* A RESP NULL is sent to indicate that all keys are invalid */
423void trackingInvalidateKeysOnFlush(int async) {

Callers 2

lazyFreeTrackingTableFunction · 0.85

Calls 1

raxFreeWithCallbackFunction · 0.85

Tested by

no test coverage detected