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

Function stopSaving

src/rdb.cpp:2670–2677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2668}
2669
2670void stopSaving(int success) {
2671 /* Fire the persistence modules end event. */
2672 moduleFireServerEvent(REDISMODULE_EVENT_PERSISTENCE,
2673 success?
2674 REDISMODULE_SUBEVENT_PERSISTENCE_ENDED:
2675 REDISMODULE_SUBEVENT_PERSISTENCE_FAILED,
2676 NULL);
2677}
2678
2679
2680class JobBase

Callers 3

rdbSaveRioWithEOFMarkFunction · 0.85
rdbSaveFileFunction · 0.85
rewriteAppendOnlyFileFunction · 0.85

Calls 1

moduleFireServerEventFunction · 0.85

Tested by

no test coverage detected