vertx / io.vertx.rxjava.redis / RedisClient / exists

exists

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

Determine if a key exists

Parameters

key - Key string

handler - Handler for the result of this call.

Return