This website works better with JavaScript.
Home
Explore
Help
Sign In
dengbiao
/
one_item_one_code
Watch
1
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.
22
Commits
1
Branch
950 KiB
Go
97.8%
Shell
0.8%
Dockerfile
0.5%
Batchfile
0.5%
Makefile
0.3%
Other
0.2%
Tree:
f2e10571b2
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f2e10571b2'
${ noResults }
one_item_one_code
/
app
/
cfg
/
init_cache.go
10 lines
99 B
Raw
Blame
History
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}