vertx-redisques
Queuing system
A Redis-persistent queuing system designed for high scalability and fault tolerance in Vert.x applications.
A highly scalable redis-persistent queuing system for vertx
13 stars
5 watching
8 forks
Language: Java
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vert-x3/vertx-redis-client | An asynchronous API to interact with Redis data structures from within an event-driven Java application. | 131 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 129 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
soveran/ost | A Redis-based queueing and worker system for Ruby applications. | 167 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |
no13bus/redispapa | A Redis monitoring system that provides real-time information and allows users to execute Redis commands remotely. | 395 |
stchang/redis | A software implementation of the Redis messaging system using Racket. | 17 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
vert-x3/vertx-reactive-streams | A Java library providing a standard for asynchronous stream processing with non-blocking back pressure. | 49 |
patrickpissurno/vredis | A Redis client module written in V | 67 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
etaty/rediscala | A high-performance Redis client for Scala with non-blocking and asynchronous I/O operations. | 788 |
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 |
victortrapenok/simpleredisclient | A C++ client library to connect to and interact with Redis servers on Unix systems. | 16 |
vapor/redis | An extension to the Vapor framework allowing Redis as an in-memory data store and message broker | 459 |