Skip to content

Commit

Permalink
docs: scale down diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
weyoss committed Jan 3, 2024
1 parent f5182b1 commit c3b37e4
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In a typical use case, both LIFO and FIFO queues use [brpoplpush](https://redis.

 

![RedisSMQ LIFO Queuing](redis-smq-lifo.png)
![RedisSMQ LIFO Queuing](redis-smq-lifo-queuing.png)

In a LIFO queue the last published messages are always delivered first and the first published messages are delivered last.

Expand All @@ -33,7 +33,7 @@ See [Queue.prototype.save()](api/classes/Queue.md#save) for more details.

 

![RedisSMQ FIFO Queuing](redis-smq-fifo.png)
![RedisSMQ FIFO Queuing](redis-smq-fifo-queuing.png)

In a FIFO queue the first published messages are delivered first and the last published messages are delivered last.

Expand Down
Binary file modified docs/redis-smq-direct-exchange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/redis-smq-fanout-exchange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/redis-smq-fifo-queuing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/redis-smq-fifo.png
Binary file not shown.
Binary file added docs/redis-smq-lifo-queuing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/redis-smq-lifo.png
Binary file not shown.
Binary file modified docs/redis-smq-multi-queue-consumers-producers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/redis-smq-priority-queuing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/redis-smq-topic-exchange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3b37e4

Please sign in to comment.