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
131 stars
3 watching
56 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists
consumergogolangproducerproducer-consumerredisstreams
Related projects:
Repository | Description | Stars |
---|---|---|
| A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 599 |
| A Redis-persistent queuing system designed for high scalability and fault tolerance in Vert.x applications. | 13 |
| A Go client for reliable message queues using Redis Cluster Streams | 28 |
| A lightweight message queue for Node.js using Redis as the underlying storage | 1,765 |
| An implementation of a message queue with Redis as the broker | 41 |
| A Java implementation of a lightweight message queue that uses Redis as the underlying data store | 36 |
| A Redis-based queuing system for Symfony applications | 52 |
| A web interface to Resque's job queue system, built as a Rails engine. | 236 |
| A REST-based message queue with Redis support | 557 |
| A Clojure wrapper for interacting with Redis, providing an idiomatic API for tasks like data serialization, message queuing, and distributed locking. | 1,163 |
| A Redis-based queueing and worker system for Ruby applications. | 167 |
| A messaging system designed to simplify message processing and provide advanced features. | 188 |
| A high-performance distributed message queue written in C# | 579 |
| Manages and pipes queued streams sequentially to preserve content order. | 63 |
| Extends Laravel with support for message queues and various transport options | 235 |