mirror of https://github.com/dapr/quickstarts.git
Update tutorials/pub-sub/README.md
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
parent
69d6ad68fc
commit
16c4f99b1e
|
@ -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.
|
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
|
```bash
|
||||||
XRANGE orders - + Count 2
|
XRANGE orders - + Count 2
|
||||||
|
|
Loading…
Reference in New Issue