{"library":"egg-bull-queue","install":[{"cmd":"npm install egg-bull-queue","imports":["Access app.bull after enabling plugin in config/plugin.js and configuring in config/config.default.js.","// config/plugin.js\nexports.bull = { enable: true, package: 'egg-bull-queue' };","// config/config.default.js\nexports.bull = { clients: { q1: { name: 'q1' } }, default: { redis: { host: 'localhost' } } };"]},{"cmd":"yarn add egg-bull-queue","imports":[]},{"cmd":"pnpm add egg-bull-queue","imports":[]}]}