vertx / io.vertx.reactivex.redis / RedisTransaction / hexists

hexists

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

Determine if a hash field exists

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return