이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
SmartCanteen
/
smart_canteen
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
智慧食堂
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33
커밋
5
브랜치
8.2 MiB
트리:
60cd781fc4
add_mode
consumeLimit
factory
master
tmp
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from '60cd781fc4'
${ noResults }
smart_canteen
/
app
/
cfg
/
init_cache.go
init_cache.go
99 B
Raw
Normal View
히스토리
init project
1 년 전
update
1 년 전
init project
1 년 전
1
2
3
4
5
6
7
8
9
package cfg
import (
"applet/app/utils/cache"
)
func InitCache() {
cache.NewRedis(RedisAddr)
}