File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ stream this can be easily achieved using the `XREVRANGE` command, like so:
193193```
194194But if there are many streams involved, this approach is quickly becoming
195195too 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,
197197requesting the last available entry in a stream. For example:
198198
199199```
@@ -219,4 +219,4 @@ data to the stream.
219219
220220Reading the [ Redis Streams introduction] ( /topics/streams-intro ) is highly
221221suggested in order to understand more about the streams overall behavior
222- and semantics.
222+ and semantics.
You can’t perform that action at this time.
0 commit comments