mirror of
https://github.com/fluencelabs/redis
synced 2025-07-01 18:01:33 +00:00
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
This commit is contained in:
@ -1413,7 +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 addReplySubcommandSyntaxError(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