This commit is contained in:
Tim Vaillancourt 2019-05-25 22:56:26 +02:00
commit 0138bc167a
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ func (c *SentinelClient) Monitor(name, ip, port, quorum string) *StringCmd {
}
// Set is used in order to change configuration parameters of a specific master.
// Multiple option / value pairs can be specified (or none at all). All the
// Multiple option / value pairs can be specified (or none at all). All the
// configuration parameters that can be configured via sentinel.conf are also
// configurable using the SET command.
func (c *SentinelClient) Set(name, option, value string) *StringCmd {