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统一管理
- const (
- AppCfgCacheKey = "egg_im_cfg_cache:%s" // 占位符: key的第一个字母
- AppUserPushForJgCacheKey = "egg_im_user_push_for_jg_cache:%s" // 占位符: key的第一个字母
- CfgCacheTime = 0.5 * 60 * 60
- )
|