vertx / io.vertx.rxjava.redis / RedisClient / getrange

getrange

open fun getrange(key: String, start: Long, end: Long, handler: Handler<AsyncResult<String>>): RedisClient

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