Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ dbsizeCommand
Function
dbsizeCommand
src/db.cpp:1419–1421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1417
}
1418
1419
void dbsizeCommand(client *c) {
1420
addReplyLongLong(c,c->db->size());
1421
}
1422
1423
void lastsaveCommand(client *c) {
1424
addReplyLongLong(c,g_pserver->lastsave);
Callers
nothing calls this directly
Calls
2
addReplyLongLong
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected