redis-smq
Version:
A simple high-performance Redis message queue for Node.js.
4 lines • 307 B
TypeScript
import { ICallback, IRedisClient } from 'redis-smq-common';
import { IMessageStateTransferable } from '../types/index.js';
export declare function _getMessageState(redisClient: IRedisClient, messageId: string, cb: ICallback<IMessageStateTransferable>): void;
//# sourceMappingURL=_get-message-state.d.ts.map