Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
dengbiao
/
zhimeng
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
智盟项目
65
Commit
1
Ramo (Branch)
4.1 MiB
Albero (Tree):
88230a98ad
zhimeng
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Originale
Vista normale
Cronologia
first commit
1 anno fa
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}