Versions in this module Expand all Collapse all v4 v4.7.0 Jul 2, 2022 Changes in this version + var DefaultConnectTimeout = 5 * time.Second + var DefaultIdleTimeout = 2 * time.Minute + var DefaultMaxActive = 0 + var DefaultMaxIdle = 5 + var DefaultReadTimeout = 5 * time.Second + var DefaultWriteTimeout = 5 * time.Second + func ConnectTimeout(d time.Duration) broker.Option + func IdleTimeout(d time.Duration) broker.Option + func MaxActive(n int) broker.Option + func MaxIdle(n int) broker.Option + func NewBroker(opts ...broker.Option) broker.Broker + func ReadTimeout(d time.Duration) broker.Option + func WriteTimeout(d time.Duration) broker.Option Other modules containing this package github.com/asim/go-micro/plugins/broker/redis/v3