UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

4 lines 316 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IQueueParams, TQueueConsumer } from '../types/index.js'; export declare function _getQueueConsumers(client: IRedisClient, queue: IQueueParams, cb: ICallback<Record<string, TQueueConsumer>>): void; //# sourceMappingURL=_get-queue-consumers.d.ts.map