MCPcopy Create free account
hub / github.com/F-Stack/f-stack / freeTrackingRadixTree

Function freeTrackingRadixTree

app/redis-6.2.6/src/tracking.c:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

lazyFreeTrackingTableFunction · 0.85

Calls 1

raxFreeWithCallbackFunction · 0.85

Tested by

no test coverage detected