package cfg import ( "applet/app/utils/cachesecond" ) func InitCacheSecond() { cachesecond.NewRedis(RedisAddrSecond.Addr, RedisAddrSecond.Pwd) }