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

Function lastsaveCommand

src/db.cpp:1423–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1421}
1422
1423void lastsaveCommand(client *c) {
1424 addReplyLongLong(c,g_pserver->lastsave);
1425}
1426
1427const char* getObjectTypeName(robj_roptr o) {
1428 const char* type;

Callers

nothing calls this directly

Calls 1

addReplyLongLongFunction · 0.85

Tested by

no test coverage detected