//@File     rediskey.go
//@Time     2022/04/24
//@Author   #Suyghur,

package globalkey

const (
	CacheTokenKey = "token:%s"
)