Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
579
void msetnxCommand(client *c) {
580
msetGenericCommand(c,1);
581
}
582
583
void incrDecrCommand(client *c, long long incr) {
584
long long value, oldvalue;
Callers
nothing calls this directly
Calls
1
msetGenericCommand
Function · 0.85
Tested by
no test coverage detected