示例#1
0
 public void RemoveRange(int startingFrom, int toRank)
 {
     client.RemoveRangeFromSortedSet(setId, startingFrom, toRank);
 }