This website works better with JavaScript.
Home
Explore
Help
Sign In
huangjiajun
/
community_team
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
附近小店
10
Commits
1
Branch
2.4 MiB
Tree:
fb1bb7a3a9
community_team
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Raw
Normal View
History
1
6 months ago
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}