vertx / io.vertx.rxjava.redis / RedisTransaction / exists

exists

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

Determine if a key exists

Parameters

key - Key string

handler - Handler for the result of this call.

Return