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 {
|
type KeyDBHandler struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
DB string `json:"db"`
|
DB int `json:"db"`
|
||||||
client *redis.Client
|
client *redis.Client
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue