Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ NewConn
Method
NewConn
internal/pool/pool.go:328–328 ·
view source on GitHub ↗
(context.Context)
Source
from the content-addressed store, hash-verified
326
327
type
Pooler
interface
{
328
NewConn(context.Context) (*Conn, error)
329
CloseConn(ctx context.Context, cn *Conn, reason string, fromState string) error
330
331
Get(context.Context) (*Conn, error)
Callers
6
pubSub
Method · 0.65
pubSub
Method · 0.65
pubSub
Method · 0.65
NewConn
Method · 0.65
buffer_size_test.go
File · 0.65
NewConn
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected