-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of the project #190
Comments
Just came here wondering the same thing. There haven't been any updates since April and still quite a few outstanding pull requests. Be really great to know where the project stands so can either embrace it or look for an alternative if its been abandoned. In particular I'd love to see the DELAY for NACK support added #188 as this would make the concept of retries significantly better. |
Hello, I hope to continue the development after the end of October, when Redis 4.0 will be released. Sorry for the delay, I was not able to have the free time I expected to have recently... I think that the first thing I'll do is to release 1.0 stable, but immediately after there is to catch up with the changes made in Redis that are applicable to Disque as well. Cheers. |
P.S. It's worth to note that in the meantime, Redis got a modules API... and I want to extend the module API in order to support a Cluster API to exchange messages among nodes. It would be cool to rewrite Disque as a module for Redis. Disque would be distributed still as a standalone project probably, and would be identical, but the great stuff would be that we could reuse the whole Redis core effortless and the upgrade of the Redis internals would be trivial. Not sure if this is the way to go but to consider for sure... |
Great to know @antirez I'm sure I speak for everyone when I say thanks for all the hard work and look forward to 1.0 :) |
@antirez is there a place to track the implementation of cluster support for modules? I would also be interested in this for https://github.com/erikdubbelboer/discnt |
@antirez Awesome 👍 Thanks for your update. We are internally using disque in production. Everytime when i pitch for disque for more modules i need to go though the line "No stable version is released yet". Now we are sure 1.0 going to be released. 💯 |
Looking forward to a 1.0 release -- will make it tons easier to package in my PPA. Came from python-rq, disque provides cleaner feeling componentry for a task queue. |
Very interested in disque as a Redis 4.0 module. Spread out in a kubernetes cluster, Redis could act as my queue and my cache, leaving me with only one system to manage. |
I'm interested in disque as well, especially when reimplemented as a Redis module, on top of built-in messaging in a Redis cluster :) |
From the Redis 4.2 roadmap: "reimplementation of Disque as a Redis module". |
Just now in Twitter from the author: "So happy that people still mention Disque was good. I’m actively porting it as a Redis module. Hence all the changes you saw in the Redis Modules APIs recently." |
Today in Twitter from the author: "Redis modules have two new set of APIs: timers and cluster. The Cluster API is not about "Redis Cluster", is a cluster message bus abstraction so that you can write distributed systems with Redis. I'm re-writing Disque on top of those new APIs, as a Redis module." |
I'm waiting for the Disque rebirth myself.. Is there a repo somewhere to see what's going on? |
Project status update! See #213 |
Is this project done? Can it be declared 1.0 Stable?
What are the plans for the future?
The text was updated successfully, but these errors were encountered: