MCPcopy 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
575void msetCommand(client *c) {
576 msetGenericCommand(c,0);
577}
578
579void msetnxCommand(client *c) {
580 msetGenericCommand(c,1);

Callers

nothing calls this directly

Calls 1

msetGenericCommandFunction · 0.85

Tested by

no test coverage detected