Browse Source

debu

master v0.7.5
guzeng 2 years ago
parent
commit
3f9c1e63be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      conn.go

+ 1
- 1
conn.go View File

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


Loading…
Cancel
Save