Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ zincrbyCommand
Function
zincrbyCommand
src/t_zset.cpp:1851–1853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1849
}
1850
1851
void zincrbyCommand(client *c) {
1852
zaddGenericCommand(c,ZADD_IN_INCR);
1853
}
1854
1855
void zremCommand(client *c) {
1856
robj *key = c->argv[1];
Callers
nothing calls this directly
Calls
1
zaddGenericCommand
Function · 0.85
Tested by
no test coverage detected