Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 666 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 666 Bytes

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.