vertx / io.vertx.redis / RedisTransaction / hdelMany

hdelMany

abstract 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.

Since
Redis 2.0.0 group: hash