vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hdelManyAwait

hdelManyAwait

suspend fun RedisTransaction.hdelManyAwait(key: String, fields: List<String>): String

Delete one or more hash fields

Parameters

key - Key string

fields - Field names

handler - Handler for the result of this call.

Return