vertx / io.vertx.reactivex.redis / RedisTransaction / hkeys

hkeys

open fun hkeys(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get all the fields in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return