This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_mq_consume
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
golang 的 rabbitmq 消费项目
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.
429
Commits
6
Branches
30 MiB
Go
97.5%
Protocol Buffer
1.2%
HTML
1%
Tree:
0dbaaee104
V3
guide_order
master
one_orenge
order_statistics
three
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0dbaaee104'
${ noResults }
zyos_go_mq_consume
/
app
/
cfg
/
init_cache.go
10 lines
99 B
Raw
Blame
History
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}