There are times when firing off the same query in parallel to two or more data stores is a good choice, but normally hitting one, waiting for the response, and only hitting the second if necessary is a better approach. Here I’ll show how to query Redis, and if the key is missing, query MS SQL.