Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2026 Changes in this version + var ErrNil = errors.New("redis: nil") + type Client struct + func New(options Options) *Client + func (c *Client) Do(args ...string) (any, error) + func (c *Client) DoContext(ctx context.Context, args ...string) (any, error) + type Options struct + Address string + DB int + DialTimeout time.Duration + Network string + Password string + ReadTimeout time.Duration + Username string + WriteTimeout time.Duration