UNPKG

redis-smq

Version:

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

5 lines 359 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IQueueParams } from '../../queue-manager/index.js'; import { IQueueStateTransition } from '../types/index.js'; export declare function _getQueueState(client: IRedisClient, queueParams: IQueueParams, cb: ICallback<IQueueStateTransition>): void; //# sourceMappingURL=_get-queue-state.d.ts.map