Versions in this module Expand all Collapse all v0 v0.0.2 Oct 27, 2014 v0.0.1 Oct 19, 2014 Changes in this version + type Client struct + func New(machines []string) (*Client, error) + func (c *Client) Get(key string) ([]byte, error) + func (c *Client) Set(key string, value []byte) error + func (c *Client) Watch(key string, stop chan bool) <-chan *backend.Response