Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2024 Changes in this version + type Client struct + func NewClient(opts *ClientOptions) (*Client, error) + func (c *Client) Close() error + func (c *Client) Get(key string) ([]byte, error) + func (c *Client) Set(key string, value []byte, ttl *int) error + type ClientOptions struct + Address string + Timeout time.Duration