Redis – Solution for user-specific background job queues
I have been researching how to efficiently solve the following use case and I am struggling to find the best solution. Basically I have a Node.js REST API which handles requests for users from a mobile application. We want some…