Searched refs:shutdownCommand (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 841 void shutdownCommand(client *c) { in shutdownCommand() function
|
| H A D | server.c | 250 {"shutdown",shutdownCommand,-1,"aslt",0,NULL,0,0,0,0,0}, 2719 !(c->cmd->proc == shutdownCommand && in processCommand()
|
| H A D | server.h | 1973 void shutdownCommand(client *c);
|
| H A D | sentinel.c | 455 {"shutdown",shutdownCommand,-1,"",0,NULL,0,0,0,0,0},
|