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

Function msetnxCommand

src/t_string.cpp:579–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void msetnxCommand(client *c) {
580 msetGenericCommand(c,1);
581}
582
583void incrDecrCommand(client *c, long long incr) {
584 long long value, oldvalue;

Callers

nothing calls this directly

Calls 1

msetGenericCommandFunction · 0.85

Tested by

no test coverage detected