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

Function incrCommand

app/redis-6.2.6/src/t_string.c:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617void incrCommand(client *c) {
618 incrDecrCommand(c,1);
619}
620
621void decrCommand(client *c) {
622 incrDecrCommand(c,-1);

Callers

nothing calls this directly

Calls 1

incrDecrCommandFunction · 0.85

Tested by

no test coverage detected