MCPcopy
hub / github.com/redis/go-redis / Pool

Method Pool

export_test.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func (c *baseClient) Pool() pool.Pooler {
15 return c.connPool
16}
17
18func (c *PubSub) SetNetConn(netConn net.Conn) {
19 c.cn = pool.NewConn(netConn)

Callers 5

ring_test.goFile · 0.80
osscluster_test.goFile · 0.80
tx_test.goFile · 0.80
redis_test.goFile · 0.80
pool_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected