Versions in this module Expand all Collapse all v0 v0.0.1 Aug 5, 2018 Changes in this version + func InitRedis() + type ClientType struct + RedisCon *redis.Client + var RedisClient *ClientType + func (Client *ClientType) Del(key string) *redis.Client + func (Client *ClientType) Get(key string) (string, *redis.Client) + func (Client *ClientType) Set(key string, value interface{}, expiration time.Duration) *redis.Client