This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
蛋蛋星球 后台端
365
Commits
1
Branch
27 MiB
Tree:
472b926bd3
egg_admin
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Raw
Normal View
History
Initial commit
2 months ago
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}