package caching import ( "time" ) const HOST_NAME = "redis:6379" const PASSWORD = "" const CACHE_EXPIRATION = time.Hour * 24