freeMemoryIfNeeded() minor refactoring

This commit is contained in:
antirez
2012-02-06 16:56:42 +01:00
parent 5a7999e66a
commit 35a4761f1d
3 changed files with 23 additions and 23 deletions

View File

@ -716,6 +716,7 @@ void getClientsMaxBuffers(unsigned long *longest_output_list,
sds getClientInfoString(redisClient *client);
sds getAllClientsInfoString(void);
void rewriteClientCommandVector(redisClient *c, int argc, ...);
void flushSlavesOutputBuffers(void);
#ifdef __GNUC__
void addReplyErrorFormat(redisClient *c, const char *fmt, ...)