UNPKG

redis-smq

Version:

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

7 lines 165 B
export type TQueueConsumer = { ipAddress: string[]; hostname: string; pid: number; createdAt: number; }; //# sourceMappingURL=queue-consumer.d.ts.map