|
|
@ -328,7 +328,7 @@ type Redis struct {
|
|
|
|
Username string `yaml:"username"`
|
|
|
|
Username string `yaml:"username"`
|
|
|
|
Password string `yaml:"password"`
|
|
|
|
Password string `yaml:"password"`
|
|
|
|
ClusterMode bool `yaml:"clusterMode"`
|
|
|
|
ClusterMode bool `yaml:"clusterMode"`
|
|
|
|
DB int `yaml:"storage"`
|
|
|
|
DB int `yaml:"db"`
|
|
|
|
MaxRetry int `yaml:"maxRetry"`
|
|
|
|
MaxRetry int `yaml:"maxRetry"`
|
|
|
|
PoolSize int `yaml:"poolSize"`
|
|
|
|
PoolSize int `yaml:"poolSize"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|