Hacker News new | ask | show | jobs
by captainmarble 2499 days ago
Sounds like you're using redis as a message broker for tasks here. Are you using redis streams?
1 comments

No, we are using SubPub for message communication between nodes. For tasks, we are using hashed list. English documentation missing but we will add it later.