On this page, it says...
[...] returned, it menas that [...]
"menas" should be "means".
On a related note, the example string for XREAD is XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
As I have been playing with streams tonight in redis-cli, I have made the mistake two or three times when using the CLI's online hints feature of interpreting ID to be a literal word, like BLOCK or COUNT since ID is in all-caps. The error message could be a lot more helpful in the specific case of someone entering XREAD STREAMS mystream ID 0-0, or maybe the hint could be changed to XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] id [id ...].
Just a few small things I noticed!
Comment From: itamarhaber
Hello @coder543
Thanks for noticing these (I also fell into the ID trap more times than I'd care to admit ;)).
The documentation is maintained in the https://github.com/antirez/redis-doc repo - it would be amazing if you can move this issue, and perhaps the PR to resolve it, there.
Comment From: coder543
I have opened a PR here: https://github.com/antirez/redis-doc/pull/1065