[GH-ISSUE #475] [FEATURE REQUEST] Add redis stream support #217

Closed
opened 2026-03-02 05:19:43 +03:00 by kerem · 2 comments
Owner

Originally created by @aadog on GitHub (May 22, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/475

Originally assigned to: @hibiken on GitHub.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Originally created by @aadog on GitHub (May 22, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/475 Originally assigned to: @hibiken on GitHub. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
kerem 2026-03-02 05:19:43 +03:00
Author
Owner

@hibiken commented on GitHub (Jun 4, 2022):

Could you explain the motivation behind this feature request? Example use case would be very helpful to understand the motivation.

<!-- gh-comment-id:1146678214 --> @hibiken commented on GitHub (Jun 4, 2022): Could you explain the motivation behind this feature request? Example use case would be very helpful to understand the motivation.
Author
Owner

@gebv commented on GitHub (Dec 28, 2022):

I thing redis stream helpfull for simpler mechanism for organizing workers?

  • ack
  • group consumer
  • xpending\xclaim If the worker (consumer) to finally fail

And is ideal for creating message brokers, message queues

And more HA

  • redis stream asynchronously replicates to slave nodes

let me know if you need more examples for asynq @hibiken

<!-- gh-comment-id:1366980065 --> @gebv commented on GitHub (Dec 28, 2022): I thing redis stream helpfull for simpler mechanism for organizing workers? * ack * group consumer * xpending\xclaim If the worker (consumer) to finally fail And is ideal for creating message brokers, message queues And more HA * redis stream asynchronously replicates to slave nodes let me know if you need more examples for asynq @hibiken
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#217
No description provided.