MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zincrbyCommand

Function zincrbyCommand

app/redis-6.2.6/src/t_zset.c:1852–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1850}
1851
1852void zincrbyCommand(client *c) {
1853 zaddGenericCommand(c,ZADD_IN_INCR);
1854}
1855
1856void zremCommand(client *c) {
1857 robj *key = c->argv[1];

Callers

nothing calls this directly

Calls 1

zaddGenericCommandFunction · 0.85

Tested by

no test coverage detected