suspend fun RedisTransaction.mgetManyAwait(keys: List<String>): String
Get the values of all the given keys
keys - List of keys to get
keys
Return