Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
func
(c *Conn) RemoteAddr() string {
47
return
c.Sock.RemoteAddr().String()
48
}
49
50
func
(c *Conn) Close() error {
51
return
c.Sock.Close()
Callers
1
String
Method · 0.80
Calls
1
String
Method · 0.45
Tested by
no test coverage detected