9 lines
127 B
Go
9 lines
127 B
Go
|
package refs
|
||
|
|
||
|
import redisTool "cutego/pkg/redispool"
|
||
|
|
||
|
// 配置redis数据库
|
||
|
func init() {
|
||
|
RedisDB = redisTool.NewRedis()
|
||
|
}
|