vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / getrangeAwait
getrangeAwait
suspend fun RedisTransaction.getrangeAwait(key: String, start: Long, end: Long): String
Get a substring of the string stored at a key
Parameters
key - Key string
start - Start offset
end - End offset - inclusive
Return