Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
covrom committed Nov 27, 2022
1 parent 8eae6b8 commit b39a5ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ The driver uses these Redis commands:
- XREADGROUP (with pending and then new messages - only this library actually supports it)
- XACK

Many other queuing implementations with Redis Streams contain a big bug. They incorrectly support reconnecting a consumer to a topic if a message has been received but not acknowledged. They use ">" streaming strategy, which does not deliver unacknowledged messages more than once. And you miss messages when microservices are restarted.
This library does not have this disadvantage.

## Connection to Redis
The connection string must be defined in the `REDIS_URL` environment value.

Expand Down

0 comments on commit b39a5ea

Please sign in to comment.