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

Method GetPoolSize

internal/interfaces/interfaces.go:55–55  ·  view source on GitHub ↗

GetPoolSize returns the connection pool size.

()

Source from the content-addressed store, hash-verified

53
54 // GetPoolSize returns the connection pool size.
55 GetPoolSize() int
56
57 // NewDialer returns a new dialer function for the connection.
58 NewDialer() func(context.Context) (net.Conn, error)

Callers 1

createPoolHookMethod · 0.65

Implementers 3

optionsAdapteradapters.go
MockOptionsmaintnotifications/manager_test.go
testOptionsmaintnotifications/push_notification_h

Calls

no outgoing calls

Tested by

no test coverage detected