Skip to content

Files

Latest commit

ce1a9ef · Jun 8, 2023

History

History

background-process-example

background-process-example

This repository contains sample code that accompanies our Building a background processing pipeline with DragonflyDB tutorial.

In particular, this repository contains the sample code for:

  • A producer application that simulates a website user registration process.
  • A worker application that processes these user registration requests and sends welcome emails.

In this tutorial, you learn how to use Redis Lists to build a background processing pipeline with DragonflyDB.

Please refer to the tutorial for step by step instructions.