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
Return