Versions in this module Expand all Collapse all v0 v0.0.2 Aug 25, 2022 Changes in this version + const Nil + type Client interface + func NewClient(opts ...Option) Client + type Message = redis.Message + type Option func(o *options) + func WithAddrs(addrs ...string) Option + func WithDB(db int) Option + func WithMaxRetries(maxRetries int) Option + func WithPassword(password string) Option + func WithUsername(username string) Option + type Pong = redis.Pong + type Subscription = redis.Subscription v0.0.1 Aug 25, 2022