Versions in this module Expand all Collapse all v3 v3.5.1 Mar 27, 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