Category: Redis

redis tutorials

Simple Redis Message Queue

In this tutorial we will build a redis message queue. Redis can be used as a Message Queue. Messages will be queued in a list by key-value. Producers add messages into the end of...