This website works better with JavaScript.
Home
Explore
Help
Sign In
dengbiao
/
zhimeng
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
智盟项目
65
Commits
1
Branch
4.1 MiB
Tree:
88230a98ad
zhimeng
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Raw
Normal View
History
first commit
1 year ago
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}