open fun existsMany(keys: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient
Determine if one or many keys exist
keys - List of key strings
keys
handler - Handler for the result of this call.
handler
Return