README ¶ A basic redis pool, since the connections are using retryableredis i dont need to do any fancy checks on them to detect dead connections, as that part is managed by retryableredis. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Pool func NewPool(size int, conf *retryableredis.DialConfig) (*Pool, error) func (p *Pool) Close() error func (p *Pool) Do(a radix.Action) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Pool ¶ type Pool struct { // contains filtered or unexported fields } func NewPool ¶ func NewPool(size int, conf *retryableredis.DialConfig) (*Pool, error) func (*Pool) Close ¶ func (p *Pool) Close() error func (*Pool) Do ¶ func (p *Pool) Do(a radix.Action) error Source Files ¶ View all Source files basicredispool.go Click to show internal directories. Click to hide internal directories.