MCPcopy 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
1851void zincrbyCommand(client *c) {
1852 zaddGenericCommand(c,ZADD_IN_INCR);
1853}
1854
1855void zremCommand(client *c) {
1856 robj *key = c->argv[1];

Callers

nothing calls this directly

Calls 1

zaddGenericCommandFunction · 0.85

Tested by

no test coverage detected