Skip to content

Commit 4ba326a

Browse files
authored
Update xread.md
1 parent 42c1653 commit 4ba326a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/xread.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ stream this can be easily achieved using the `XREVRANGE` command, like so:
193193
```
194194
But if there are many streams involved, this approach is quickly becoming
195195
too slow, having to issue a command per stream.
196-
Instead, starting from redis 7.6, the `+` sign can be used as a special ID,
196+
Instead, starting from redis 8.0, the `+` sign can be used as a special ID,
197197
requesting the last available entry in a stream. For example:
198198

199199
```
@@ -219,4 +219,4 @@ data to the stream.
219219

220220
Reading the [Redis Streams introduction](/topics/streams-intro) is highly
221221
suggested in order to understand more about the streams overall behavior
222-
and semantics.
222+
and semantics.

0 commit comments

Comments
 (0)