From c3dd54695278725b9f068b88c4ccd7813032240f Mon Sep 17 00:00:00 2001 From: Nixon Date: Tue, 13 Aug 2024 14:14:59 -0700 Subject: [PATCH] test --- keydb_extension.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keydb_extension.go b/keydb_extension.go index 3c31e46..c5af580 100644 --- a/keydb_extension.go +++ b/keydb_extension.go @@ -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 }