vertx / io.vertx.redis / RedisTransaction / mgetMany

mgetMany

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

Get the values of all the given keys

Parameters

keys - List of keys to get

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: string