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