mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 18:21:21 +00:00
Globally applies addReplySubSyntaxError
This commit is contained in:
@ -1514,7 +1514,7 @@ NULL
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
addReplyErrorFormat(c, "Unknown subcommand or wrong number of arguments for '%s'. Try SCRIPT HELP", (char*)c->argv[1]->ptr);
|
||||
addReplySubSyntaxError(c);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user