vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / delManyAwait

delManyAwait

suspend fun RedisTransaction.delManyAwait(keys: List<String>): String

Delete many keys

Parameters

keys - List of keys to delete

handler - Handler for the result of this call.

Return