We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ce44 commit b85a97aCopy full SHA for b85a97a
doctests/stream_tutorial_test.go
@@ -269,11 +269,9 @@ func ExampleClient_raceusa() {
269
}).Result()
270
271
if err != nil {
272
- fmt.Println(err)
+ // fmt.Println(err)
273
// >>> ERR The ID specified in XADD is equal or smaller than the target stream top item
274
}
275
-
276
- fmt.Println(res10)
277
// STEP_END
278
279
// STEP_START xadd_7
@@ -292,11 +290,13 @@ func ExampleClient_raceusa() {
292
290
fmt.Println(res11) // >>> 0-3
293
291
294
+ // REMOVE_START
+ UNUSED(res10)
295
+ // REMOVE_END
296
+
297
// Output:
298
// 0-1
299
// 0-2
- // ERR The ID specified in XADD is equal or smaller than the target stream top item
- //
300
// 0-3
301
302
0 commit comments