redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
5 lines • 494 B
TypeScript
import { ICallback, ILogger } from 'redis-smq-common';
import { IQueueParams } from '../../queue-manager/index.js';
import { EQueueStateLockOwner, IQueueStateTransition, TQueueStateTransitionOptions } from '../types/index.js';
export declare function _unlockQueue(queue: string | IQueueParams, lockOwner: EQueueStateLockOwner, lockId: string, options: TQueueStateTransitionOptions | null, logger: ILogger, cb: ICallback<IQueueStateTransition>): void;
//# sourceMappingURL=_unlock-queue.d.ts.map