This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
EggPlanet
/
egg_models
Прати
3
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
4
Вики
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.
38
Комити
1
Грана
998 KiB
Go
98.1%
Batchfile
1.1%
Smarty
0.5%
Shell
0.2%
PowerShell
0.2%
Дрво:
2c14d9b262
master
v0.2.0
v0.0.5
v0.0.2
v0.0.1
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '2c14d9b262'
${ noResults }
egg_models
/
md
/
redis_key.go
7 lines
122 B
Датотека
Blame
Историја
package md
const (
AppCfgCacheKey = "cfg_cache:%s" // 占位符:key的第一个字母
CfgCacheTime = 86400 * 0.5
)