mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Refactoring: new function to test if client has pending output.
This commit is contained in:
@ -1111,6 +1111,7 @@ void pauseClients(mstime_t duration);
|
||||
int clientsArePaused(void);
|
||||
int processEventsWhileBlocked(void);
|
||||
void handleClientsWithPendingWrites(void);
|
||||
int clientHasPendingReplies(client *c);
|
||||
|
||||
#ifdef __GNUC__
|
||||
void addReplyErrorFormat(client *c, const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user