Relative Content

Tag Archive for message-queue

How to implement a message queue over Redis?

Why Redis for queuing? I’m under the impression that Redis can make a good candidate for implementing a queueing system. Up until this point we’ve been using our MySQL database with polling, or RabbitMQ. With RabbitMQ we’ve had many problems – the client libraries are very poor and buggy and we’d like not to invest […]