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

Function resetErrorTableStats

app/redis-6.2.6/src/server.c:3488–3491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3486}
3487
3488void resetErrorTableStats(void) {
3489 raxFreeWithCallback(server.errors, zfree);
3490 server.errors = raxNew();
3491}
3492
3493/* ========================== Redis OP Array API ============================ */
3494

Callers 1

configCommandFunction · 0.85

Calls 2

raxFreeWithCallbackFunction · 0.85
raxNewFunction · 0.85

Tested by

no test coverage detected