MCPcopy
hub / github.com/CodisLabs/codis / Close

Method Close

pkg/utils/redis/client.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (c *Client) Close() error {
51 return c.conn.Close()
52}
53
54func (c *Client) Do(cmd string, args ...interface{}) (interface{}, error) {
55 r, err := c.conn.Do(cmd, args...)

Callers 7

DoMethod · 0.95
SendMethod · 0.95
FlushMethod · 0.95
ReceiveMethod · 0.95
SelectMethod · 0.95
ShutdownMethod · 0.95
getSlowMethod · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected