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

Function resetErrorTableStats

src/server.cpp:4277–4280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4275}
4276
4277void resetErrorTableStats(void) {
4278 raxFreeWithCallback(g_pserver->errors, zfree_noconst);
4279 g_pserver->errors = raxNew();
4280}
4281
4282/* ========================== Redis OP Array API ============================ */
4283

Callers 1

configCommandFunction · 0.85

Calls 2

raxFreeWithCallbackFunction · 0.85
raxNewFunction · 0.85

Tested by

no test coverage detected