abstract fun zremrangebyrank(key: String, start: Long, stop: Long, handler: Handler<AsyncResult<String>>): RedisTransaction
Remove all members in a sorted set within the given indexes
handler - Handler for the result of this call.
Since
Redis 2.0.0 group: sorted_set