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