mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 08:21:32 +00:00
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
This commit is contained in:
@ -372,6 +372,6 @@ NULL
|
||||
/* PUBSUB NUMPAT */
|
||||
addReplyLongLong(c,listLength(server.pubsub_patterns));
|
||||
} else {
|
||||
addReplySubSyntaxError(c);
|
||||
addReplySubcommandSyntaxError(c);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user