UNPKG

@chinmay20409/nest-js-bull-helper

Version:

A simple NestJS BullMQ logger helper to push logs to a Redis queue

9 lines (8 loc) 148 B
export interface LoggerModuleOptions { connection: { host: string; port: number; }; queueName: string; projectId: string; }