package routers import "github.com/gobuild/gobuild/models" var rdx = models.GetRedisClient()
func init() { rdx = models.GetRedisClient() }