redis-smq
Version:
A simple high-performance Redis message queue for Node.js.
4 lines • 316 B
TypeScript
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