Beispiel #1
0
 public double GetItemScore(string value)
 {
     return(client.GetItemScoreInSortedSet(setId, value));
 }