Versions in this module Expand all Collapse all v0 v0.1.1 May 28, 2019 v0.1.0 Jan 28, 2019 Changes in this version + func ConnectToDb(addr string, port string) (*redis.Client, error) + func GetValueFromDB(client *redis.Client, key string) (bool, string) + func InsertIntoClient(client *redis.Client, key string, value string) bool