Skip to content

Commit 8964637

Browse files
Merge pull request #3022 from nimakarimiank/patch-1
Update queues.md
2 parents b496518 + e8f9067 commit 8964637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Each queue can have one or many producers, consumers, and listeners. Consumers r
8181

8282
#### Named configurations
8383

84-
If your queues connect to multiple different Redis instances, you can use a technique called **named configurations**. This feature allows you to register several configurations under specified keys, which then you can refer to in the queue options.
84+
If your queues connect to multiple Redis instances, you can use a technique called **named configurations**. This feature allows you to register several configurations under specified keys, which then you can refer to in the queue options.
8585

8686
For example, assuming that you have an additional Redis instance (apart from the default one) used by a few queues registered in your application, you can register its configuration as follows:
8787

0 commit comments

Comments
 (0)