mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
minor refactoring to networking.c adding a separated function to get a string representing the current state of all the connected clients.
This commit is contained in:
@ -769,6 +769,7 @@ void *dupClientReplyValue(void *o);
|
||||
void getClientsMaxBuffers(unsigned long *longest_output_list,
|
||||
unsigned long *biggest_input_buffer);
|
||||
sds getClientInfoString(redisClient *client);
|
||||
sds getAllClientsInfoString(void);
|
||||
void rewriteClientCommandVector(redisClient *c, int argc, ...);
|
||||
void rewriteClientCommandArgument(redisClient *c, int i, robj *newval);
|
||||
|
||||
|
Reference in New Issue
Block a user