New features for CLIENT KILL.

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

View File

@ -939,6 +939,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);