redis
Message broker
Enables message queuing using Redis as the broker.
[READ-ONLY] This is an implementation of PSR specification. It allows you to send and consume message with Redis store as a broker.
41 stars
7 watching
17 forks
Language: PHP
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
php-enqueue/enqueue | An advanced message queueing system with plug-and-play components and simplified message processing | 188 |
php-enqueue/pheanstalk | An implementation of a message queue specification using PHP | 9 |
riorizkyrainey/pubsub-redis-php | A PHP implementation of the Publish/Subscribe pattern using Redis as the message broker | 3 |
php-enqueue/enqueue-dev | A package for building and implementing message queues and job queues in PHP applications. | 2,178 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
php-enqueue/rdkafka | An implementation of Queue Interop specification allowing PHP developers to send and consume messages via the Kafka protocol. | 50 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 129 |
php-enqueue/laravel-queue | An extension to Laravel's queue system that supports multiple message queues and transports | 233 |
mmoreram/rsqueuebundle | A Redis-based queuing system for Symfony applications | 52 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
colinmollenhour/cm_redissession | A Redis-based session handler for Magento with optimistic locking and features like compression and concurrency throttling | 208 |
cable-cr/cable-redis-legacy | A Cable.cr backend extension for using Redis as a message broker | 0 |
apache/qpid | A collection of component repositories for an enterprise-level message broker system | 128 |
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 |
vapor/redis | An extension to the Vapor framework allowing Redis as an in-memory data store and message broker | 459 |