feat : config
This commit is contained in:
@@ -119,4 +119,12 @@ class CommonRedisKey
|
||||
{
|
||||
return '__system:yiLianYun:self:app:token';
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public static function userTokenHashKey(): string
|
||||
{
|
||||
return 'user:token:online';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user