Skip to content

Commit 15a457a

Browse files
author
tayron
committed
Ajuste na documentação
1 parent 0351ba9 commit 15a457a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

redis/pub-sub/README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,17 @@ As credenciais para acessar são:
2323

2424
O retorno deverá ser semelhante a:
2525
```sh
26-
PONG <nil>
27-
Tayron Miranda <nil>
26+
2022/08/31 18:28:13 Subscription Message: subscribe to channel 'food'. 1 total subscriptions.
27+
2022/08/31 18:28:13 Subscriptions done. Publishing...
28+
2022/08/31 18:28:13 Subscription Message: subscribe to channel 'cars'. 1 total subscriptions.
29+
2022/08/31 18:28:13 Eating a Pizza.
30+
2022/08/31 18:28:13 Eating a Big Mac.
31+
2022/08/31 18:28:13 Driving a Subaru.
32+
2022/08/31 18:28:13 Publishing done. Sleeping...
33+
2022/08/31 18:28:13 Driving a Tesla.
34+
2022/08/31 18:28:14 Error in ReceiveTimeout()read tcp 127.0.0.1:57526->127.0.0.1:6379: i/o timeout
35+
2022/08/31 18:28:14 Error in ReceiveTimeout()read tcp 127.0.0.1:57522->127.0.0.1:6379: i/o timeout
36+
2022/08/31 18:28:14 Unmarshal error: unexpected end of JSON input
37+
2022/08/31 18:28:14 Driving a .
2838

2939
```

0 commit comments

Comments
 (0)