예제 #1
0
 public long GetItemIndex(string value)
 {
     return(client.GetItemIndexInSortedSet(setId, value));
 }