Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ msetCommand
Function
msetCommand
src/t_string.cpp:575–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
573
}
574
575
void msetCommand(client *c) {
576
msetGenericCommand(c,0);
577
}
578
579
void msetnxCommand(client *c) {
580
msetGenericCommand(c,1);
Callers
nothing calls this directly
Calls
1
msetGenericCommand
Function · 0.85
Tested by
no test coverage detected