vertx / io.vertx.reactivex.redis / RedisClient / hexists

hexists

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

Determine if a hash field exists

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return