File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ type TemporalStorageConfig struct {
31
31
Port int `json:"port" mapstructure:"port"`
32
32
// Deprecated: use Addrs instead.
33
33
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.
35
35
Addrs []string `json:"addrs" mapstructure:"addrs"`
36
36
// Sentinel master name.
37
37
MasterName string `json:"master_name" mapstructure:"master_name"`
38
38
// Sentinel password.
39
39
SentinelPassword string `json:"sentinel_password" mapstructure:"sentinel_password"`
40
- // DB username.
40
+ // Database username.
41
41
Username string `json:"username" mapstructure:"username"`
42
- // DB password.
42
+ // Database password.
43
43
Password string `json:"password" mapstructure:"password"`
44
44
// Database name.
45
45
Database int `json:"database" mapstructure:"database"`
You can’t perform that action at this time.
0 commit comments