vertx / io.vertx.redis / RedisTransaction / hexists

hexists

abstract 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.

Since
Redis 2.0.0 group: hash