Versions in this module Expand all Collapse all v0 v0.4.0 Aug 11, 2014 Changes in this version + func NewClient(network, address string, poolSize int, names ...string) (*Client, *ClientError) + type Client struct + func (c *Client) Close() + func (c *Client) GetMaster(name string) (*redis.Client, *ClientError) + func (c *Client) PutMaster(name string, client *redis.Client) + type ClientError struct + SentinelErr bool + func (ce *ClientError) Error() string