Live data from Hacker News

Disque – a distributed message broker

github.com

11–20 of 96 posts

Re: Disque – a distributed message broker

#13
post #6

I'm excited to see what comes out of this. I'm a huge fan of Redis, mainly because it gives you a bunch of really tiny, easy-to-understand primitives that you can combine to make something very powerful. I don't know if this will follow the same philosophy, but I'll be keeping a close eye on this as it evolves.

I would say that Disque follows the minimalistic philosophy of Redis. However, Disque is a specialization of one of the most common use cases of Redis: queues. So I wouldn't expect so many primitives--Disque knows about jobs and queues, so you don't have to build those yourself like people have been doing on top of Redis.
Post reply on HN