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.
|
- package md
-
- // 缓存key统一管理, %s格式化为masterId
- const (
- AppCfgCacheKey = "egg_app_cfg_cache:%s" // 占位符: key的第一个字母
- DealAppLimiterRequestIdPrefix = "%s:egg_app_limiter_request_id:%s"
- AppLimiterLock = "%s:egg_app_limiter_lock:%s" // 限流器锁
- CfgCacheTime = 86400
- )
|