Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
dengbiao
/
zhimeng
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
智盟项目
65
Commits
1
Branch
4.1 MiB
Tag:
88230a98ad
zhimeng
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Original
Visão normal
Histórico
first commit
1 ano atrás
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}