Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
huangjiajun
/
zyos_data_collect
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
数据采集
3
Révisions
1
Branche
150 KiB
Aborescence:
2c96fe8516
zyos_data_collect
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Brut
Vue normale
Historique
新建
il y a 1 an
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}