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