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

Function decrCommand

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

Source from the content-addressed store, hash-verified

619}
620
621void decrCommand(client *c) {
622 incrDecrCommand(c,-1);
623}
624
625void incrbyCommand(client *c) {
626 long long incr;

Callers

nothing calls this directly

Calls 1

incrDecrCommandFunction · 0.85

Tested by

no test coverage detected