Merge pull request #4998 from itamarhaber/module_command_help

Module command help
This commit is contained in:
Salvatore Sanfilippo
2018-07-02 18:46:56 +02:00
committed by GitHub
12 changed files with 92 additions and 74 deletions

View File

@ -1413,6 +1413,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);