Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ Conn
Method
Conn
redis.go:1438–1440 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1436
}
1437
1438
func
(c *Client) Conn() *Conn {
1439
return
newConn(c.opt, pool.NewStickyConnPool(c.connPool), &c.hooksMixin)
1440
}
1441
1442
func
(c *Client) Process(ctx context.Context, cmd Cmder) error {
1443
err := c.processHook(ctx, cmd)
Callers
5
commands_test.go
File · 0.80
ExampleConn_name
Function · 0.80
ExampleConn_client_setInfo_libraryVersion
Function · 0.80
acl_commands_test.go
File · 0.80
redis_test.go
File · 0.80
Calls
2
NewStickyConnPool
Function · 0.92
newConn
Function · 0.85
Tested by
2
ExampleConn_name
Function · 0.64
ExampleConn_client_setInfo_libraryVersion
Function · 0.64