From 6e6512f700a48a2fcb89557b839b006ba799c1ad Mon Sep 17 00:00:00 2001 From: gaoshiyao Date: Wed, 6 Nov 2019 19:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=AF=E7=94=B1=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/handler/proxyhandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/proxyhandler.go b/src/handler/proxyhandler.go index 861fcc6..360be74 100644 --- a/src/handler/proxyhandler.go +++ b/src/handler/proxyhandler.go @@ -76,7 +76,7 @@ func count() error { if err != nil { return err } - ic, err := redis.Incr("bgproxy" + config.ProxyConf.MeshId) + ic, err := redis.Incr("bgproxy-" + config.ProxyConf.MeshId) _, err = ic.Result() return err } -- 2.26.0