Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
func
(c *Client) Close() error {
51
return
c.conn.Close()
52
}
53
54
func
(c *Client) Do(cmd string, args ...
interface
{}) (
interface
{}, error) {
55
r, err := c.conn.Do(cmd, args...)
Callers
7
Do
Method · 0.95
Send
Method · 0.95
Flush
Method · 0.95
Receive
Method · 0.95
Select
Method · 0.95
Shutdown
Method · 0.95
getSlow
Method · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected