suspend fun RedisClient.zremrangebyrankAwait(key: String, start: Long, stop: Long): Long
Remove all members in a sorted set within the given indexes
key - Key string
key
start - Start index
start
stop - Stop index
stop
handler - Handler for the result of this call.
handler
Return