Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2018 Changes in this version + type Client struct + func New(servers []string, c *http.Client) (*Client, error) + func (c *Client) Close() + func (c *Client) Delete(name, key string) error + func (c *Client) Destroy(name string) error + func (c *Client) Get(name, key string) (interface{}, error) + func (c *Client) LockWithTimeout(name, key string, timeout time.Duration) error + func (c *Client) Put(name, key string, value interface{}) error + func (c *Client) PutEx(name, key string, value interface{}, timeout time.Duration) error + func (c *Client) Unlock(name, key string) error