Versions in this module Expand all Collapse all v1 v1.0.1 Feb 10, 2021 v1.0.0 Jan 26, 2021 Changes in this version + const ChunkSize + type Client struct + func NewClient(network, address string) (c *Client, err error) + func (c *Client) ContScan(ctx context.Context, p string) (r []*Response, err error) + func (c *Client) Fildes(ctx context.Context, p string) (r []*Response, err error) + func (c *Client) InStream(ctx context.Context, p string) (r []*Response, err error) + func (c *Client) MultiScan(ctx context.Context, p string) (r []*Response, err error) + func (c *Client) Ping(ctx context.Context) (b bool, err error) + func (c *Client) Reload(ctx context.Context) (b bool, err error) + func (c *Client) Scan(ctx context.Context, p string) (r []*Response, err error) + func (c *Client) ScanReader(ctx context.Context, i io.Reader) (r []*Response, err error) + func (c *Client) SetCmdTimeout(t time.Duration) + func (c *Client) SetConnRetries(s int) + func (c *Client) SetConnSleep(s time.Duration) + func (c *Client) SetConnTimeout(t time.Duration) + func (c *Client) Shutdown(ctx context.Context) (err error) + func (c *Client) Stats(ctx context.Context) (s string, err error) + func (c *Client) Version(ctx context.Context) (v string, err error) + func (c *Client) VersionCmds(ctx context.Context) (r []string, err error) + type Response struct + Filename string + Raw string + Signature string + Status string