Files
zac_server_v2/common/globalkey/redisCacheKey.go
2026-01-15 17:45:29 +08:00

10 lines
191 B
Go

package globalkey
/**
redis key except "model cache key" in here,
but "model cache key" in model
*/
// CacheUserTokenKey /** 用户登陆的token
const CacheUserTokenKey = "user_token:%d"