vertx / io.vertx.reactivex.redis / RedisTransaction / rxGetrange

rxGetrange

open fun rxGetrange(key: String, start: Long, end: Long): Single<String>

Get a substring of the string stored at a key

Parameters

key - Key string

start - Start offset

end - End offset - inclusive

Return