antirez/disque
Disque is a distributed message broker observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4146
- days_rel: n/a
- days_push: 1995
- n_releases_24m: 0
Adoption not part of the score
8074 stars · 533 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Disque is an in-memory, distributed message broker and job queue written in C, designed to capture the 'Redis as a jobs queue' use case in a self-contained, fault-tolerant server. It provides synchronously replicated job delivery with producer-consumer semantics across multiple nodes.
Use cases
- run a distributed job queue for background task processing
- send messages between microservices with delivery guarantees
- replace Redis list-based job queues with a purpose-built broker
- queue delayed jobs like confirmation emails from a web app
- build fault-tolerant producer-consumer pipelines across nodes
When to choose
- you need an in-memory, Redis-like message broker with synchronous replication and fault tolerance
- you want a simple, self-contained job queue without heavyweight middleware like Kafka or RabbitMQ
- your workload fits in memory and you value performance and simplicity
When to avoid
- you need persistent on-disk message storage or long-term durability
- you require a production-hardened broker with active development and broad ecosystem support
- you need features like complex routing, AMQP compliance, or rich consumer tooling
Facets
service · maturity maintenance
message-queue http-server concurrency microservices developer-tools c cli self-hosted job-queue in-memory redis-like fault-tolerant producer-consumer messaging linux macos
1 source
- readme: https://github.com/antirez/disque · fetched 2026-08-28 · d5ebb5c57bdc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| antirez/disque | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem