Commit 6e6512f7 authored by gaoshiyao's avatar gaoshiyao

更新路由设置

parent 62cec6ac
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment