vertx / io.vertx.reactivex.redis / RedisClient / mgetMany

mgetMany

open fun mgetMany(keys: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Get the values of all the given keys

Parameters

keys - List of keys to get

handler - Handler for the result of this call.

Return