mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 01:31:21 +00:00
Cluster: slave node now uses the new protocol to get elected.
This commit is contained in:
@ -43,8 +43,6 @@ extern char **environ;
|
||||
|
||||
/* ======================== Sentinel global state =========================== */
|
||||
|
||||
typedef long long mstime_t; /* millisecond time type. */
|
||||
|
||||
/* Address object, used to describe an ip:port pair. */
|
||||
typedef struct sentinelAddr {
|
||||
char *ip;
|
||||
|
Reference in New Issue
Block a user