Skip to content

Commit e1ec4a9

Browse files
authored
Typo
1 parent 714e0dc commit e1ec4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/streams-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Redis streams support all the three query modes described above via different co
6666

6767
### Querying by range: XRANGE and XREVRANGE
6868

69-
To query the stream by range we are only required to specify two IDs, *start* end *end*. The range returned will include the elements having start or end as ID, so the range is inclusive. The two special IDs `-` and `+` respectively means the smallest and the greatest ID possible.
69+
To query the stream by range we are only required to specify two IDs, *start* and *end*. The range returned will include the elements having start or end as ID, so the range is inclusive. The two special IDs `-` and `+` respectively means the smallest and the greatest ID possible.
7070

7171
```
7272
> XRANGE mystream - +

0 commit comments

Comments
 (0)