[PR] Updated list of sentinel commands: announce-ip and announce-port.

This commit is contained in:
rpannell
2015-10-15 18:27:11 +02:00
committed by Enrico Giordani
parent 6542f73305
commit 041744fb06
+3 -1
View File
@@ -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>
};
}