Hacker News new | ask | show | jobs
by fasteo 4130 days ago
Redis can behave as a message queue, but it is somehow more complex than a blocking pop. antirez wrote a nice article[1] about it, and I believe RestMQ[2] uses this approach.

[1] http://oldblog.antirez.com/post/250

[2] http://restmq.com/