Handle Redis values from processing more than once in multi-instance deployment
In .NET API I have a background service that executes every 0.1 seconds, this gets all values from a redis hash key, and runs a for loop with those and then processes those inside the for loop.