fix redis config db field

This commit is contained in:
HonQii 2025-05-29 11:30:12 +08:00
parent 812c1e4127
commit fd9e04a3a5

View File

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