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

delManyAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.delMany

Parameters

keys - List of keys to delete

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.