@nest-boot/bullmq 7.3.1 → 7.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ import { ASYNC_OPTIONS_TYPE, ConfigurableModuleClass, OPTIONS_TYPE } from "./bul
6
6
  *
7
7
  * @remarks
8
8
  * Wraps `@nestjs/bullmq` with automatic Redis connection configuration
9
- * from environment variables. Supports registering queues and flow producers.
9
+ * from `REDIS_URL`. Supports registering queues and flow producers.
10
10
  */
11
11
  export declare class BullModule extends ConfigurableModuleClass {
12
12
  /**
@@ -16,7 +16,7 @@ const load_config_from_env_util_1 = require("./utils/load-config-from-env.util")
16
16
  *
17
17
  * @remarks
18
18
  * Wraps `@nestjs/bullmq` with automatic Redis connection configuration
19
- * from environment variables. Supports registering queues and flow producers.
19
+ * from `REDIS_URL`. Supports registering queues and flow producers.
20
20
  */
21
21
  let BullModule = class BullModule extends bullmq_module_definition_1.ConfigurableModuleClass {
22
22
  /**