vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hdelAwait

hdelAwait

suspend fun RedisClient.hdelAwait(key: String, field: String): Long

Delete one or more hash fields

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return