Expand description
Redis backend implementation using Apalis.
This module provides a Redis/Apalis-backed implementation of the QueueBackend trait. It wraps the existing Queue structure and delegates to Apalis for job processing.
Structsยง
- Redis
Backend - Redis backend using Apalis for job queue operations.