Skip to content

ankonbiswassopnil/Redis-Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Redis Queue System (Node.js + Express)

This is a lightweight job queue system using only the native redis package (no Bull or ioredis). It supports:

  • βœ… Express API to enqueue jobs
  • πŸ” Retry logic for failed jobs
  • ⏳ Delayed job execution
  • πŸ“Š Job status tracking (pending, processing, done, failed)

πŸ“ Project Structure

About

πŸ”§ A lightweight Redis-based job queue system built with Node.js and Express. Supports delayed jobs, retry logic, and job status tracking β€” using only the native redis package (no Bull, no ioredis). Perfect for simple background task processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors