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