fix redis config db field (#3395)

This commit is contained in:
HonQi 2025-06-04 10:46:20 +08:00 committed by GitHub
parent 812c1e4127
commit b7ca3bd95f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"`
}