Skip to content

Commit

Permalink
Merge branch 'master' into feat/elasticsearch8
Browse files Browse the repository at this point in the history
  • Loading branch information
NexZhu authored Mar 8, 2024
2 parents fe4f80c + 328bc73 commit e1168aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ type TemporalStorageConfig struct {
Port int `json:"port" mapstructure:"port"`
// Deprecated: use Addrs instead.
Hosts EnvMapString `json:"hosts" mapstructure:"hosts"`
// Use instead of the host value if you're running a cluster instance with multiple instances.
// Use instead of the host value if you're running a Redis cluster with multiple instances.
Addrs []string `json:"addrs" mapstructure:"addrs"`
// Sentinel master name.
MasterName string `json:"master_name" mapstructure:"master_name"`
// Sentinel password.
SentinelPassword string `json:"sentinel_password" mapstructure:"sentinel_password"`
// DB username.
// Database username.
Username string `json:"username" mapstructure:"username"`
// DB password.
// Database password.
Password string `json:"password" mapstructure:"password"`
// Database name.
Database int `json:"database" mapstructure:"database"`
Expand Down

0 comments on commit e1168aa

Please sign in to comment.