suspend fun RedisClient.zrangeWithOptionsAwait(key: String, start: Long, stop: Long, options: RangeOptions): JsonArray
Suspending version of method io.vertx.redis.RedisClient.zrangeWithOptions
start
- Start index for the range
stop
- Stop index for the range - inclusive
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisClient using Vert.x codegen.