Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
dengbiao
/
zhimeng
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
智盟项目
65
Commits
1
Rama
4.1 MiB
Árbol:
88230a98ad
zhimeng
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Original
Vista normal
Histórico
first commit
hace 1 año
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}