antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 537 forks source link

Approximate ETA for beta release #131

Closed skyrocknroll closed 8 years ago

skyrocknroll commented 8 years ago

Hi , Right now we are using redis for message queuing. We want to move to queuing system which supports better queue sematics like alleast one delivery and delayed messages.

It would be great is there any approximate timeline when disque will be released to beta stage.

misiek08 commented 8 years ago

You can achieve one delivery and delayed messages in redis. Just write LUA scripts and you will have production-ready solution.

mathieulongtin commented 8 years ago

Or just use qless Le lun. 28 déc. 2015 à 08:40, Misiek notifications@github.com a écrit :

You can achieve one delivery and delayed messages in redis. Just write LUA scripts and you will have production-ready solution.

— Reply to this email directly or view it on GitHub https://github.com/antirez/disque/issues/131#issuecomment-167573122.

Mathieu Longtin 1-514-803-8977

skyrocknroll commented 8 years ago

1.0 RC1 is out http://antirez.com/news/100