mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
getClientPeerId() now reports errors.
We now also use it in CLIENT KILL implementation.
This commit is contained in:
@ -909,7 +909,7 @@ void copyClientOutputBuffer(redisClient *dst, redisClient *src);
|
||||
void *dupClientReplyValue(void *o);
|
||||
void getClientsMaxBuffers(unsigned long *longest_output_list,
|
||||
unsigned long *biggest_input_buffer);
|
||||
void getClientPeerId(redisClient *client, char *peerid, size_t peerid_len);
|
||||
int getClientPeerId(redisClient *client, char *peerid, size_t peerid_len);
|
||||
sds getClientInfoString(redisClient *client);
|
||||
sds getAllClientsInfoString(void);
|
||||
void rewriteClientCommandVector(redisClient *c, int argc, ...);
|
||||
|
Reference in New Issue
Block a user