vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / getrangeAwait

getrangeAwait

suspend fun RedisClient.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

handler - Handler for the result of this call.

Return