Documentation
¶
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) Delete(ctx context.Context, key []byte) error
- func (c *Client) Get(ctx context.Context, key, buf []byte) ([]byte, error)
- func (c *Client) Has(ctx context.Context, key []byte) (bool, error)
- func (c *Client) Ping(ctx context.Context) error
- func (c *Client) Put(ctx context.Context, key, val []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.