vertx / io.vertx.reactivex.redis / RedisTransaction / rxHget

rxHget

open fun rxHget(key: String, field: String): Single<String>

Get the value of a hash field

Parameters

key - Key string

field - Field name

Return