mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 17:01:33 +00:00
use the new rewriteClientCommandVector() function for SPOP -> SREM replication translation as well.
This commit is contained in:
@ -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, ...)
|
||||
|
Reference in New Issue
Block a user