summaryrefslogtreecommitdiff
path: root/sentinel.conf
diff options
context:
space:
mode:
authorHuang Zhw <huang_zhw@126.com>2021-04-25 20:50:15 +0800
committerGitHub <noreply@github.com>2021-04-25 15:50:15 +0300
commit72aa37623762a66f7b67251baa56bb7fe6156bc5 (patch)
tree6692009ec9b32dd5d4658015d082ca6d40d89caf /sentinel.conf
parent8423b77f14c0d3a58e580c65a70b4f980f5cdcf6 (diff)
downloadredis-72aa37623762a66f7b67251baa56bb7fe6156bc5.tar.gz
Fix comments and typos in sentinel.c. (#8801)
Diffstat (limited to 'sentinel.conf')
-rw-r--r--sentinel.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sentinel.conf b/sentinel.conf
index 8647379d8..1b0b4cadc 100644
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -275,7 +275,7 @@ sentinel failover-timeout mymaster 180000
#
# <master-name> <role> <state> <from-ip> <from-port> <to-ip> <to-port>
#
-# <state> is currently always "failover"
+# <state> is currently always "start"
# <role> is either "leader" or "observer"
#
# The arguments from-ip, from-port, to-ip, to-port are used to communicate