mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 17:31:33 +00:00
Merge pull request #4998 from itamarhaber/module_command_help
Module command help
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user