Adds MODULE HELP and implements addReplySubSyntaxError

This commit is contained in:
Itamar Haber
2018-06-07 18:34:58 +03:00
parent f847dd3ad8
commit 76ad23d012
3 changed files with 24 additions and 2 deletions

View File

@ -1410,6 +1410,7 @@ void addReplyHumanLongDouble(client *c, long double d);
void addReplyLongLong(client *c, long long ll);
void addReplyMultiBulkLen(client *c, long length);
void addReplyHelp(client *c, const char **help);
void addReplySubSyntaxError(client *c);
void copyClientOutputBuffer(client *dst, client *src);
size_t sdsZmallocSize(sds s);
size_t getStringObjectSdsUsedMemory(robj *o);