Versions in this module Expand all Collapse all v1 v1.8.0 Aug 19, 2020 v1.7.0 Jul 12, 2020 Changes in this version + type ConfigRedis struct + DB []Item + type Item struct + DB int + Host string + Name string + Passwd string + Pool int + Port int + TTL int + type Redis struct + func New(cfg *ConfigRedis) *Redis + func (db *Redis) Down() error + func (db *Redis) Get(name string) (*conn, error) + func (db *Redis) Up() error