MCPcopy Create free account
hub / github.com/CodisLabs/codis / RemoteAddr

Method RemoteAddr

pkg/proxy/redis/conn.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (c *Conn) RemoteAddr() string {
47 return c.Sock.RemoteAddr().String()
48}
49
50func (c *Conn) Close() error {
51 return c.Sock.Close()

Callers 1

StringMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected