Update tutorials/pub-sub/README.md

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
Paul Yuknewicz 2023-06-01 23:35:27 -07:00 committed by GitHub
parent 69d6ad68fc
commit 16c4f99b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -354,12 +354,6 @@ XLEN orders
3. To show the details of each order in the Redis stream events, use the `XRANGE` command. Specify two IDs, start and end. The range returned includes the elements having `start` or `end` as ID. The two special IDs - and + respectively mean the smallest and the greatest ID possible. Add an optional `COUNT` option at the end to get the first N items only. For example, the command shows the first 2 events.
<!-- STEP
expected_stdout_lines:
- (array)
expected_stderr_lines:
name: Details of orders in the redis stream
-->
```bash
XRANGE orders - + Count 2