From 3f9c1e63bea962a62248a7a8d016ba49b4cea0e6 Mon Sep 17 00:00:00 2001 From: guzeng Date: Mon, 13 Dec 2021 16:13:21 +0800 Subject: [PATCH] debu --- conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.go b/conn.go index 4e56993..1dc7035 100644 --- a/conn.go +++ b/conn.go @@ -20,7 +20,7 @@ func Conn(url ...string) (*RedisServiceClient, *rpc.Client, error) { rpc_url = "127.0.0.1:" + conf.REDIS_RPC_PORT } - log.Println("rpc_url", rpc_url) + log.Println("rpc_url", rpc_url, "conf.REDIS_RPC_URL", conf.REDIS_RPC_URL) return DialRedisService("tcp", rpc_url)