Files
bdrp-server/common/globalkey/redisCacheKey.go

10 lines
191 B
Go
Raw Normal View History

2026-04-01 15:43:01 +08:00
package globalkey
/**
redis key except "model cache key" in here,
but "model cache key" in model
*/
// CacheUserTokenKey /** 用户登陆的token
const CacheUserTokenKey = "user_token:%d"