fix redis config db field

pull/3395/head
HonQii 4 months ago
parent 812c1e4127
commit fd9e04a3a5

@ -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