mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
freeMemoryIfNeeded() minor refactoring
This commit is contained in:
@ -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, ...)
|
||||
|
Reference in New Issue
Block a user