Versions in this module Expand all Collapse all v0 v0.1.0 Jun 23, 2026 Changes in this version + type Client struct + func Dial(addr string, timeout time.Duration) (*Client, error) + func (c *Client) Call(args ...[]byte) (resp.RESPValue, error) + func (c *Client) CallStr(args ...string) (resp.RESPValue, error) + func (c *Client) Close() + func (c *Client) ReadReply() (resp.RESPValue, error) + func (c *Client) Send(args [][]byte) error