This commit is contained in:
Nixon 2024-08-13 14:14:59 -07:00
parent 6331c931e1
commit c3dd546952
No known key found for this signature in database

View file

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