mirror of
https://github.com/redis/go-redis.git
synced 2025-07-23 21:01:00 +03:00
merge
This commit is contained in:
@ -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.
|
// 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
|
// configuration parameters that can be configured via sentinel.conf are also
|
||||||
// configurable using the SET command.
|
// configurable using the SET command.
|
||||||
func (c *SentinelClient) Set(name, option, value string) *StringCmd {
|
func (c *SentinelClient) Set(name, option, value string) *StringCmd {
|
||||||
|
Reference in New Issue
Block a user