Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Client
Struct
Client
IceFireDB-Redis-Proxy/test/proto/client.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
Client
struct
{
11
c net.Conn
12
r *bufio.Reader
13
}
14
15
func
Dial(addr string) (*Client, error) {
16
c, err := net.Dial(
"tcp"
, addr)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected