mirror of https://github.com/dapr/quickstarts.git
Update tutorials/pub-sub/README.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
This commit is contained in:
parent
10ce33f625
commit
67cd03e461
|
@ -336,7 +336,7 @@ dapr stop --app-id react-form
|
|||
## Insights into the cloud events being published on Redis streams
|
||||
If you want to see the [Cloud Events](https://github.com/cloudevents/spec) that are being published on [Redis stream](https://redis.io/docs/data-types/streams/), follow the below steps:
|
||||
|
||||
1. Redis is running inside of a docker container, so to access it via CLI, we pass the following command to a new terminal:
|
||||
1. Redis is running inside of a docker container, so to access it via CLI, pass the following command to a new terminal:
|
||||
|
||||
<!-- STEP
|
||||
expected_stdout_lines:
|
||||
|
|
Loading…
Reference in New Issue