UNPKG

redis-smq

Version:

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

5 lines 365 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IQueueParams } from '../../queue-manager/index.js'; import { EQueueOperation } from '../types/index.js'; export declare function _validateOperation(client: IRedisClient, queueParams: IQueueParams, operation: EQueueOperation, cb: ICallback): void; //# sourceMappingURL=_validate-operation.d.ts.map