package caching import ( "time" ) const HostName = "redis:6379" const Password = "" const CacheExpiration = time.Hour * 24