feat : rank
This commit is contained in:
@@ -84,4 +84,13 @@ class ApiRedisKey
|
||||
{
|
||||
return 'chef:leaderboard:city_id:'.$cityId.':type:'.$type.':time_key:'.$timeKey;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $chefId
|
||||
* @return string
|
||||
*/
|
||||
public static function chefEvaluationKey(int $chefId): string
|
||||
{
|
||||
return 'evaluation:chef:id:'.$chefId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user