This website works better with JavaScript.
Home
Explore
Help
Sign In
huangjiajun
/
zyos_data_collect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
数据采集
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
1
Branch
150 KiB
Go
91.4%
HTML
6.9%
Shell
0.6%
Dockerfile
0.4%
Batchfile
0.4%
Other
0.2%
Tree:
036a73a042
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '036a73a042'
${ noResults }
zyos_data_collect
/
app
/
cfg
/
init_cache.go
10 lines
99 B
Raw
Blame
History
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}