cutego/refs/redis.go

9 lines
127 B
Go
Raw Normal View History

2023-01-18 17:09:49 +08:00
package refs
import redisTool "cutego/pkg/redispool"
// 配置redis数据库
func init() {
RedisDB = redisTool.NewRedis()
}