mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-18 17:09:17 +08:00
fix redis config db field (#3395)
This commit is contained in:
parent
812c1e4127
commit
b7ca3bd95f
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user