mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 11:11:20 +00:00
Merge pull request #4488 from itamarhaber/debug_arity
Standardizes arity handling of DEBUG
This commit is contained in:
@ -283,11 +283,6 @@ void computeDatasetDigest(unsigned char *final) {
|
||||
}
|
||||
|
||||
void debugCommand(client *c) {
|
||||
if (c->argc == 1) {
|
||||
addReplyError(c,"You must specify a subcommand for DEBUG. Try DEBUG HELP for info.");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!strcasecmp(c->argv[1]->ptr,"help")) {
|
||||
void *blenp = addDeferredMultiBulkLength(c);
|
||||
int blen = 0;
|
||||
|
Reference in New Issue
Block a user