use the new rewriteClientCommandVector() function for SPOP -> SREM replication translation as well.

This commit is contained in:
antirez
2011-05-27 15:39:31 +02:00
parent 0d119ad3a3
commit 4f8cf6a23c
4 changed files with 32 additions and 36 deletions

View File

@ -677,6 +677,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, ...)