vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pfcountManyAwait

pfcountManyAwait

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

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

Parameters

keys - List of keys

Return

String

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