suspend fun RedisTransaction.zrangeWithOptionsAwait(key: String, start: Long, stop: Long, options: RangeOptions): String
Return a range of members in a sorted set, by index
start
- Start index for the range
stop
- Stop index for the range - inclusive
handler
- Handler for the result of this call.
Return