Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + type Client struct + func NewClient(redisURL, redisPassword string, db int, log log.Logger) (client *Client, err error) + func (c Client) Close() error + func (c Client) DepthPub(key, val string) (err error) + func (c Client) Get(key string) (val string, err error) + func (c Client) HGetAll(key string) (vals map[string]string, err error) + func (c Client) MGet(keys []string) (vals []interface{}, err error) + func (c Client) PrivatePub(key, val string) (err error) + func (c Client) PublicPub(key, val string) (err error) + func (c Client) Set(key, val string) (err error)