Redis + π Bull = Easy Background Jobs in nodeJs
Real world use cases why you should use redis in your apps.
Job processing: You could use Redis and Bull to process image uploads, generate PDFs, send emails in background.
Task scheduling: Just like crons.
Caching: cache slow running queries and als...
shriharimohan.hashnode.dev2 min read