diff options
author | Jakub Vrana <jakub@vrana.cz> | 2018-09-11 11:30:46 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2018-09-11 15:32:28 +0200 |
commit | cb51bb4320d2240001e8fc4a522d59fb28259703 (patch) | |
tree | 6dab1ceea93c7e0b620fd56ac76a7747b7c55c75 /sentinel.conf | |
parent | 4cf8fdbbd359f9ff8dea28f9877262bd56616051 (diff) | |
download | redis-cb51bb4320d2240001e8fc4a522d59fb28259703.tar.gz |
Slave removal: capitalize Replica
Diffstat (limited to 'sentinel.conf')
-rw-r--r-- | sentinel.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sentinel.conf b/sentinel.conf index 42c8f8a3e..e428ad933 100644 --- a/sentinel.conf +++ b/sentinel.conf @@ -73,7 +73,7 @@ dir /tmp # be elected by the majority of the known Sentinels in order to # start a failover, so no failover can be performed in minority. # -# replicas are auto-discovered, so you don't need to specify replicas in +# Replicas are auto-discovered, so you don't need to specify replicas in # any way. Sentinel itself will rewrite this configuration file adding # the replicas using additional configuration options. # Also note that the configuration file is rewritten when a |