package cfg

import (
	"applet/app/utils/cache"
)

func InitCache() {
	cache.NewRedis(RedisAddr)
}