This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
智慧食堂
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.
412
Commits
5
Branches
8.2 MiB
Go
98.6%
HTML
1.2%
Tree:
4425cea126
add_mode
consumeLimit
factory
master
tmp
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4425cea126'
${ noResults }
smart_canteen
/
app
/
cfg
/
init_cache.go
10 lines
99 B
Raw
Blame
History
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}