vertx / io.vertx.rxjava.redis / RedisClient / hlen

hlen

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

Get the number of fields in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return