UNPKG

redis-smq

Version:

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

5 lines 466 B
import { EQueueOperation } from '../../queue-operation-validator/index.js'; import { ICallback, IRedisClient } from 'redis-smq-common'; import { IQueueParams } from '../../queue-manager/index.js'; export declare function getRedisForQueueOperation<T>(queue: string | IQueueParams, operation: EQueueOperation, queueOperationFn: (client: IRedisClient, cb: ICallback<T>) => void, callback: ICallback<T>): void; //# sourceMappingURL=get-redis-for-queue-operation.d.ts.map