Fix for bug 561 and other related problems

This commit is contained in:
antirez
2011-06-20 17:07:18 +02:00
parent 634bae94fb
commit c1c9d551da
6 changed files with 96 additions and 21 deletions

View File

@ -819,6 +819,7 @@ void addReplyMultiBulkLen(redisClient *c, long length);
void *dupClientReplyValue(void *o);
void getClientsMaxBuffers(unsigned long *longest_output_list,
unsigned long *biggest_input_buffer);
void rewriteClientCommandVector(redisClient *c, int argc, ...);
#ifdef __GNUC__
void addReplyErrorFormat(redisClient *c, const char *fmt, ...)