Skip to content

Commit

Permalink
streams-intro.md, delete link to self, valkey-io#136
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast committed Jun 19, 2024
1 parent f219bbe commit 3b0f663
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions topics/streams-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -918,10 +918,3 @@ A few remarks:

* Here we processed up to 10k messages per iteration, this means that the `COUNT` parameter of `XREADGROUP` was set to 10000. This adds a lot of latency but is needed in order to allow the slow consumers to be able to keep with the message flow. So you can expect a real world latency that is a lot smaller.
* The system used for this benchmark is very slow compared to today's standards.




## Learn more

* The [Streams Tutorial](streams-intro.md) explains Streams with many examples.

0 comments on commit 3b0f663

Please sign in to comment.