vertx / io.vertx.reactivex.redis / RedisTransaction / get

get

open fun get(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the value of a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return