Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
621
void decrCommand(client *c) {
622
incrDecrCommand(c,-1);
623
}
624
625
void incrbyCommand(client *c) {
626
long long incr;
Callers
nothing calls this directly
Calls
1
incrDecrCommand
Function · 0.85
Tested by
no test coverage detected