Function RedisDatabase.zremRangeByRank
Removes all elements in the sorted set stored at key with rank between start and stop.
long zremRangeByRank
(
string key,
long start,
long stop
) @safe;