Redis – Best way to add the sum of a specific field from a .tsv file so I can find the average of the sum of the field. (Using Java)
Title says all. I am currently working on a assignment for Object Oriented Programming. I do not understand how to properly add a specific field from a .tsv file. I am currently trying to add all ages together then find…