Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1423
void lastsaveCommand(client *c) {
1424
addReplyLongLong(c,g_pserver->lastsave);
1425
}
1426
1427
const char* getObjectTypeName(robj_roptr o) {
1428
const char* type;
Callers
nothing calls this directly
Calls
1
addReplyLongLong
Function · 0.85
Tested by
no test coverage detected