Skip to content

Commit 75a164a

Browse files
authored
Fixed XREAD STREAMS example (#545)
1 parent 9764005 commit 75a164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/xread/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Instead, starting from Redis 7.4, you can use the `+` sign as a special ID.
267267
This requests the last available entry in a stream. For example:
268268

269269
```
270-
> XREAD STREAM streamA streamB streamC streamD + + + +
270+
> XREAD STREAMS streamA streamB streamC streamD + + + +
271271
```
272272

273273
Note that when using this special ID for a stream, the **COUNT** option will

0 commit comments

Comments
 (0)