[PR] Updated list of sentinel commands: announce-ip and announce-port.
This commit is contained in:
committed by
Enrico Giordani
parent
6542f73305
commit
041744fb06
@@ -292,7 +292,9 @@ public:
|
||||
{ "current-epoch", &fp1 }, // sentinel current-epoch <epoch>
|
||||
{ "leader-epoch", &fp2 }, // sentinel leader-epoch [name] [epoch]
|
||||
{ "known-slave", &fp3 }, // sentinel known-slave <name> <ip> <port>
|
||||
{ "known-sentinel", &fp4 } // sentinel known-sentinel <name> <ip> <port> [runid]
|
||||
{ "known-sentinel", &fp4 }, // sentinel known-sentinel <name> <ip> <port> [runid]
|
||||
{ "announce-ip", &fp1 }, // sentinel announce-ip <ip>
|
||||
{ "announce-port", &fp1 } // sentinel announce-port <port>
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user