vertx / io.vertx.rxjava.redis / RedisTransaction / hdelMany

hdelMany

open fun hdelMany(key: String, fields: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Delete one or more hash fields

Parameters

key - Key string

fields - Field names

handler - Handler for the result of this call.

Return