mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 15:31:33 +00:00
Trip comment to 80 cols in SentinelCommand().
This commit is contained in:
@ -2375,7 +2375,7 @@ void sentinelCommand(redisClient *c) {
|
|||||||
return;
|
return;
|
||||||
addReplyDictOfRedisInstances(c,ri->sentinels);
|
addReplyDictOfRedisInstances(c,ri->sentinels);
|
||||||
} else if (!strcasecmp(c->argv[1]->ptr,"is-master-down-by-addr")) {
|
} else if (!strcasecmp(c->argv[1]->ptr,"is-master-down-by-addr")) {
|
||||||
/* SENTINEL IS-MASTER-DOWN-BY-ADDR <ip> <port> <current-epoch> <runid> */
|
/* SENTINEL IS-MASTER-DOWN-BY-ADDR <ip> <port> <current-epoch> <runid>*/
|
||||||
sentinelRedisInstance *ri;
|
sentinelRedisInstance *ri;
|
||||||
long long req_epoch;
|
long long req_epoch;
|
||||||
uint64_t leader_epoch = 0;
|
uint64_t leader_epoch = 0;
|
||||||
|
Reference in New Issue
Block a user