vertx / io.vertx.rxjava.redis / RedisClient / hget

hget

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

Get the value of a hash field

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return