nestjs-power-queues 1.0.13 → 1.0.14
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ The `runOnInit` parameter determines whether queue processing should start immed
|
|
|
147
147
|
### queueRoot()
|
|
148
148
|
Loads all Redis configurations based on environment variables, applies TLS if present, and sets reconnection strategies.
|
|
149
149
|
|
|
150
|
-
###
|
|
150
|
+
### QueueModule.forRoot()
|
|
151
151
|
Creates dynamic providers for each Redis connection:
|
|
152
152
|
```
|
|
153
153
|
RedisQueue_queues1
|