vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / existsManyAwait

existsManyAwait

suspend fun RedisClient.existsManyAwait(keys: List<String>): Long

Determine if one or many keys exist

Parameters

keys - List of key strings

handler - Handler for the result of this call.

Return