Versions in this module Expand all Collapse all v0 v0.9.0 Apr 10, 2015 Changes in this version + type Client struct + func NewRedisClient(machines []string) (*Client, error) + func (c *Client) GetValues(keys []string) (map[string]string, error) + func (c *Client) WatchPrefix(prefix string, waitIndex uint64, stopChan chan bool) (uint64, error)