redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
5 lines • 382 B
TypeScript
import { ICallback, IRedisClient } from 'redis-smq-common';
import { IQueueParams } from '../../queue-manager/index.js';
import { EQueueOperation } from '../types/index.js';
export declare function _checkOperationList(client: IRedisClient, queueParams: IQueueParams, operations: EQueueOperation[], cb: ICallback<boolean[]>): void;
//# sourceMappingURL=_check-operation-list.d.ts.map