Earn 1,800 ($18.00)
REDIS Server
Bounty Description
Problem Description:
I'd like to have an easy way to spin up a REDIS (in-memory database) server. The point is so that I can have multiple async processes running on multiple REPLs that use the REDIS DB to coordinate. An example would be a web-scraper that has several REPLs crawling the site, and getting their instructions (and posting their data) from / to the REDIS REPL. So we need not only the REDIS DB, but also methods for the worker REPLs to communicate with it.
Acceptance Criteria:
I would like to use the web crawling scenario as a test for this bounty. If we can create 3 different worker REPLs that successfully talk to the REDIS DB to crawl a site, that would be great! I think this would be a great thing to share with the community as well, so my aim is to make it all public after completion (open source, Replit style!) So really this bounty is for the REDIS DB and the worker code, plus some markdown / tutorial (which I will write) about how to implement this on Replit. Thanks for considering this bounty!