This website works better with JavaScript.
Home
Explore
Help
Sign In
zhimeng
/
ad_mq
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
广告涉及的mq都放这里
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.
13
Commits
1
Branch
430 KiB
Go
91.6%
Protocol Buffer
7%
Shell
0.5%
Dockerfile
0.3%
Batchfile
0.3%
Other
0.2%
Tree:
f78b4831f0
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f78b4831f0'
${ noResults }
ad_mq
/
app
/
cfg
/
init_cache.go
10 lines
99 B
Raw
Blame
History
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}