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:16 -07:00 committed by GitHub
parent 7da31c9e99
commit a1f2b44b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ If you want to see the [Cloud Events](https://github.com/cloudevents/spec) that
docker exec -it dapr_redis redis-cli
```
<!-- END_STEP -->
2. There can be multiple items/orders/messages inside a Redis stream. It is possible to get the number of orders inside a stream by using the `XLEN` command: