Ejemplo n.º 1
0
 public long GetItemIndex(string value)
 {
     return(client.GetItemIndexInSortedSet(setId, value));
 }