vertx / io.vertx.reactivex.redis / RedisTransaction / rxGet

rxGet

open fun rxGet(key: String): Single<String>

Get the value of a key

Parameters

key - Key string

Return