mirror of
https://github.com/fluencelabs/redis
synced 2025-07-02 10:21:32 +00:00
Adds MODULE HELP and implements addReplySubSyntaxError
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user