vertx / io.vertx.rxjava.redis / RedisClient / existsMany

existsMany

open fun existsMany(keys: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient

Determine if one or many keys exist

Parameters

keys - List of key strings

handler - Handler for the result of this call.

Return