UNPKG

redis-smq

Version:

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

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