vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hdelManyAwait

hdelManyAwait

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

Delete one or more hash fields

Parameters

key - Key string

fields - Field names

handler - Handler for the result of this call.

Return