mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 23:11:33 +00:00
Use listenToPort() in cluster.c as well.
This commit is contained in:
@ -1096,6 +1096,7 @@ int getClientLimitClassByName(char *name);
|
||||
char *getClientLimitClassName(int class);
|
||||
void flushSlavesOutputBuffers(void);
|
||||
void disconnectSlaves(void);
|
||||
int listenToPort(int port, int *fds, int *count);
|
||||
|
||||
#ifdef __GNUC__
|
||||
void addReplyErrorFormat(redisClient *c, const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user