mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 00:11:33 +00:00
Added a function to get slave name for logs.
This commit is contained in:
@ -1078,6 +1078,7 @@ int replicationScriptCacheExists(sds sha1);
|
||||
void replicationSetMaster(char *ip, int port);
|
||||
void replicationUnsetMaster(void);
|
||||
void replicationSendNewlineToMaster(void);
|
||||
char *replicationGetSlaveName(redisClient *c);
|
||||
|
||||
/* Generic persistence functions */
|
||||
void startLoading(FILE *fp);
|
||||
|
Reference in New Issue
Block a user