suspend fun RedisTransaction.getrangeAwait(key: String, start: Long, end: Long): String
Get a substring of the string stored at a key
key - Key string
key
start - Start offset
start
end - End offset - inclusive
end
handler - Handler for the result of this call.
handler
Return