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