mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
freeMemoryIfNeeded() minor refactoring
This commit is contained in:
@ -820,6 +820,7 @@ void freeClientsInAsyncFreeQueue(void);
|
||||
void asyncCloseClientOnOutputBufferLimitReached(redisClient *c);
|
||||
int getClientLimitClassByName(char *name);
|
||||
char *getClientLimitClassName(int class);
|
||||
void flushSlavesOutputBuffers(void);
|
||||
|
||||
#ifdef __GNUC__
|
||||
void addReplyErrorFormat(redisClient *c, const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user