Skip to content

Redis

Redis is a key-value store. It is used to manage the queue. The QueingService reads from the queue and processes the tasks. The API adds tasks to the queue.

Released under the MIT License.