fix redis config db field (#3395)

pull/3409/head
HonQi 4 months ago committed by GitHub
parent 812c1e4127
commit b7ca3bd95f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save