Този сайт работи по-добре с 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.
72
Ревизии
1
Клон
2.1 MiB
Go
98.2%
Batchfile
1%
Smarty
0.4%
Shell
0.2%
PowerShell
0.2%
ИН на ревизия:
9e05dce2ed
master
v0.2.0
v0.0.5
v0.0.2
v0.0.1
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '9e05dce2ed'
${ noResults }
egg_models
/
md
/
redis_key.go
7 lines
122 B
Директен файл
Blame
История
package md
const (
AppCfgCacheKey = "cfg_cache:%s" // 占位符:key的第一个字母
CfgCacheTime = 86400 * 0.5
)