Lock on asynchronous code
OpenTelemetry instrumentation for `redis` database client for Redis
Redis Event Bus Module for Medusa
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
This package provides support for the [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) module, which adds JSON as a native data type to Redis.
A simple and lean driver-based service bus implementation
This package provides support for the [RediSearch](https://redis.io/docs/interact/search-and-query/) module, which adds indexing and querying support for data stored in Redis Hashes or as JSON documents with the [RedisJSON](https://redis.io/docs/data-type
Better Queue for NodeJS
This package provides support for the [RedisTimeSeries](https://redis.io/docs/data-types/timeseries/) module, which adds a time series data structure to Redis.
Generic browser priority queue.
an opinionated implementation of resque in node
Distributed test runner using Redis as a work queue. Push file paths to a Redis list, then multiple CI runners atomically steal batches and execute them via a configurable command.
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
An interactive UI dashboard for Bee Queue
This plugin provides the `BullMQJobQueuePlugin` which uses Redis via BullMQ to power the Vendure job queue.
The smallest and simplest JavaScript priority queue
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
An HTTP/REST based Redis client built on top of Upstash REST API.
A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.
Distributed task scheduler and rate limiter
Per-group FIFO queue on Redis with visibility timeouts and retries.
Javascript Redis protocol (RESP) parser
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Create a task and resolve it later via a Promise approach. Run time-consuming processes only once.