vertx / io.vertx.redis / RedisTransaction / existsMany

existsMany

abstract fun existsMany(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Determine if one or many keys exist

Parameters

keys - List of key strings

handler - Handler for the result of this call.

Since
Redis 3.0.3 group: generic