vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hdelAwait

hdelAwait

suspend fun RedisTransaction.hdelAwait(key: String, field: String): String

Delete one or more hash fields

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return