Skip to content

Commit

Permalink
Merge branch 'develop' into feat/tax-normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
srindom authored Feb 27, 2024
2 parents 27e395e + be8122b commit 932ff88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/apps/docs/content/development/events/modules/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Other available options include:

- `queueName`: a string indicating the name of the BullMQ queue. By default, it’s `events-queue`.
- `queueOptions`: an object containing options for the BullMQ queue. You can learn about available options in [BullMQ’s documentation](https://api.docs.bullmq.io/interfaces/QueueOptions.html). By default, it’s an empty object.
- `redisOptions`: an object containing options for the Redis instance. You can learn about available options in [io-redis’s documentation](https://luin.github.io/ioredis/index.html#RedisOptions). By default, it’s an empty object.
- `redisOptions`: an object containing options for the Redis instance. You can learn about available options in [io-redis’s documentation](https://redis.github.io/ioredis/index.html#RedisOptions). By default, it’s an empty object.

---

Expand Down

0 comments on commit 932ff88

Please sign in to comment.