vertx / io.vertx.redis / RedisTransaction / getrange

getrange

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

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.

Since
Redis 2.4.0 group: string