New features for CLIENT KILL.

This commit is contained in:
antirez
2014-06-16 14:24:28 +02:00
parent b7dd451892
commit ca262a58c6
2 changed files with 59 additions and 13 deletions

View File

@ -1004,6 +1004,7 @@ void rewriteClientCommandArgument(redisClient *c, int i, robj *newval);
unsigned long getClientOutputBufferMemoryUsage(redisClient *c);
void freeClientsInAsyncFreeQueue(void);
void asyncCloseClientOnOutputBufferLimitReached(redisClient *c);
int getClientType(redisClient *c);
int getClientTypeByName(char *name);
char *getClientTypeName(int class);
void flushSlavesOutputBuffers(void);