open fun mgetMany(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Get the values of all the given keys
keys - List of keys to get
keys
handler - Handler for the result of this call.
handler
Return