Versions in this module Expand all Collapse all v1 v1.0.1 May 10, 2021 v1.0.0 May 9, 2021 Changes in this version + type Conn interface + Created func() time.Time + Id func() string + type Option func(*Options) + func Size(i int) Option + func TTL(t time.Duration) Option + func Transport(t transport.Transport) Option + type Options struct + Size int + TTL time.Duration + Transport transport.Transport + type Pool interface + Close func() error + Get func(addr string, opts ...transport.DialOption) (Conn, error) + Release func(c Conn, status error) error + func NewPool(opts ...Option) Pool Incompatible versions in this module v2.3.0+incompatible May 9, 2021