Versions in this module Expand all Collapse all v0 v0.3.0 May 22, 2019 Changes in this version + const ErrEmptyAddresses + const ErrEmptyLogger + const ErrPemParse + const ErrSSLKeyHasWorldPermissions + type Error string + func (e Error) Error() string v0.2.0 Feb 24, 2019 v0.1.0 Feb 24, 2019 Changes in this version + var ErrEmptyConfig = errors.New("missing redis config key") + var Module = module.Module + type Client = redis.Client + func NewConnection(opts *Config) (cache *Client, err error) + type Config = redis.Options + func NewDefaultConfig(v *viper.Viper) (*Config, error)