fix: solve redis config db field in v3.8.3-patch (#3490)

pull/3511/head
Monet Lee 2 months ago committed by GitHub
parent f950dbc5e7
commit 9eccfee997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save