redisqueue
Message queue
A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts.
redisqueue provides a producer and consumer of a queue that uses Redis streams
129 stars
3 watching
55 forks
Language: Go
last commit: 9 months ago
Linked from 2 awesome lists
consumergogolangproducerproducer-consumerredisstreams
Related projects:
Repository | Description | Stars |
---|---|---|
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
swisspost/vertx-redisques | A Redis-persistent queuing system designed for high scalability and fault tolerance in Vert.x applications. | 13 |
kak-tus/ami | A Go client for reliable message queues using Redis Cluster Streams | 28 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
php-enqueue/redis | Enables message queuing using Redis as the broker. | 41 |
igr/jrsmq | A Java implementation of a lightweight message queue that uses Redis as the underlying data store | 36 |
mmoreram/rsqueuebundle | A Redis-based queuing system for Symfony applications | 52 |
resque/resque-web | A web interface to Resque's job queue system, built as a Rails engine. | 235 |
gleicon/restmq | A REST-based message queue with Redis support | 556 |
taoensso/carmine | A Clojure wrapper for interacting with Redis, providing an idiomatic API for tasks like data serialization, message queuing, and distributed locking. | 1,161 |
soveran/ost | A Redis-based queueing and worker system for Ruby applications. | 167 |
php-enqueue/enqueue | An advanced message queueing system with plug-and-play components and simplified message processing | 188 |
tangxuehua/equeue | A high-performance distributed message queue written in C# | 579 |
nfroidure/streamqueue | Manages and pipes queued streams sequentially to preserve content order. | 63 |
php-enqueue/laravel-queue | An extension to Laravel's queue system that supports multiple message queues and transports | 233 |