vertx / io.vertx.reactivex.redis / RedisClient / hdelMany

hdelMany

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

Delete one or more hash fields

Parameters

key - Key string

fields - Field names

handler - Handler for the result of this call.

Return