Get the values associated with the given keys.
If a key is not found in the store, the corresponding value will be None. As returning None is not the default find behavior, we form a dictionary and loop over the keys.
Returns: List of values associated with the given keys.