Skip to content

Commit e1168aa

Browse files
authored
Merge branch 'master' into feat/elasticsearch8
2 parents fe4f80c + 328bc73 commit e1168aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage/store.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ type TemporalStorageConfig struct {
3131
Port int `json:"port" mapstructure:"port"`
3232
// Deprecated: use Addrs instead.
3333
Hosts EnvMapString `json:"hosts" mapstructure:"hosts"`
34-
// Use instead of the host value if you're running a cluster instance with multiple instances.
34+
// Use instead of the host value if you're running a Redis cluster with multiple instances.
3535
Addrs []string `json:"addrs" mapstructure:"addrs"`
3636
// Sentinel master name.
3737
MasterName string `json:"master_name" mapstructure:"master_name"`
3838
// Sentinel password.
3939
SentinelPassword string `json:"sentinel_password" mapstructure:"sentinel_password"`
40-
// DB username.
40+
// Database username.
4141
Username string `json:"username" mapstructure:"username"`
42-
// DB password.
42+
// Database password.
4343
Password string `json:"password" mapstructure:"password"`
4444
// Database name.
4545
Database int `json:"database" mapstructure:"database"`

0 commit comments

Comments
 (0)