Skip to content

Latest commit

 

History

History

background-process-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.