This website works better with JavaScript.
Home
Explore
Help
Sign In
zhimeng
/
agent_ad
Watch
2
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.
16
Commits
1
Branch
607 KiB
Go
92.9%
HTML
5.1%
Batchfile
0.8%
Shell
0.4%
Dockerfile
0.3%
Other
0.2%
Tree:
43909931dc
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '43909931dc'
${ noResults }
agent_ad
/
app
/
cfg
/
init_cache.go
10 lines
99 B
Raw
Blame
History
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}