Skip to content
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

Open
oliverjanik opened this issue Oct 5, 2016 · 14 comments
Open

Status of the project #190

oliverjanik opened this issue Oct 5, 2016 · 14 comments

Comments

@oliverjanik
Copy link

Is this project done? Can it be declared 1.0 Stable?

What are the plans for the future?

@mtdavidson
Copy link

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.

@antirez
Copy link
Owner

antirez commented Oct 14, 2016

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.

@antirez
Copy link
Owner

antirez commented Oct 14, 2016

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...

@mtdavidson
Copy link

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 :)

@erikdubbelboer
Copy link
Contributor

@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

@skyrocknroll
Copy link

@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. 💯

@kamilion
Copy link

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.

@derekperkins
Copy link

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.

@debrouxl
Copy link

I'm interested in disque as well, especially when reimplemented as a Redis module, on top of built-in messaging in a Redis cluster :)

@galdiolo
Copy link

galdiolo commented Mar 6, 2017

From the Redis 4.2 roadmap: "reimplementation of Disque as a Redis module".
Great!

@galdiolo
Copy link

galdiolo commented Apr 12, 2018

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."
https://twitter.com/antirez/status/984449710231564289

@galdiolo
Copy link

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."
https://twitter.com/antirez/status/1001480576803704835

@vaizki
Copy link

vaizki commented Aug 27, 2018

I'm waiting for the Disque rebirth myself.. Is there a repo somewhere to see what's going on?

@galdiolo
Copy link

Project status update! See #213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants