Versions in this module Expand all Collapse all v1 v1.1.1 Feb 1, 2018 Changes in this version + type ConnectManager interface + Destroy func(*redis.Pool) + Init func(*Env) (*redis.Pool, error) + func NewRedisConnectManager() ConnectManager + type Env struct + Address string + Auth string + DB int + IdleTimeout time.Duration + MaxActive int + MaxIdle int + Network string