test
This commit is contained in:
parent
6331c931e1
commit
c3dd546952
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ func init() {
|
|||
type KeyDBHandler struct {
|
||||
Address string `json:"address"`
|
||||
Password string `json:"password"`
|
||||
DB string `json:"db"`
|
||||
DB int `json:"db"`
|
||||
client *redis.Client
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue