Reliable Queueing in Redis (Part 1)

This post is the first in a series highlighting Bronto’s use of Redis for reliable queueing. We’re working now to open-source this work, so please check back soon!

Bronto & Redis

Here in Bronto Engineering, we sure do love us some Redis. And why not? It is fast, flexible, and has a rock solid track record in our production environment. It isn’t surprising that when we were looking for a better implementation for our distributed work queues, we decided to take a look at what Redis could provide. Continue reading